#358C23

Color #358C23 La Palma (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of La Palma #358C23

Tints of La Palma #358C23

Color information

#358C23 (or 0x358C23) is unknown color: approx La Palma. HEX triplet: 35, 8C and 23. RGB value is (53,140,35). Sum of RGB (Red+Green+Blue) = 53+140+35=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 140 (55.08% from 255 or 61.40% from 228); Blue value is 35 (14.06% from 255 or 15.35% from 228); Max value from RGB is 140 - color contains mainly: green. Hex color #358C23 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358C23 is #CA73DC. Grayscale: #666666. Windows color (decimal): -13267933 or 2329653. OLE color: 2329653.

HSL color Cylindrical-coordinate representation of color #358C23: hue angle of 109.71º degrees, saturation: 0.6, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #358C23 is Cyan = 0.62, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.45.

Color convert

RGB5314035-
CMYK0.6200.750.45
HSL109.71º60%34.31%-
HSV(B)109.71º75%54.9%-
XYZ11.1519.634.79-
YUV102.0290.1893.04-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 53 (21.09% from 255) = 23.25%
GREEN value IS 140 (55.08% from 255) = 61.40%
BLUE value IS 35 (14.06% from 255) = 15.35%
R=23.25%
G=61.40%
B=15.35%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53140350.6200.750.45109.716034.31
Hex358C233E04B2D6e3c22
Octal6521443760113551567442
Binary11010110001100100011111110010010111011011101110111100100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358C23

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #358C23; }

 p { color: rgb(53,140,35); }

 H1.HeaderClassName
 {
   color: #358C23;
 }
 .AnyTagClassName
 {
   color: #358C23;
 }
</style>
background-color css

<style>
 a { background-color: #358C23; }

 a { background-color: rgb(53,140,35); }

 div.DivClassName
 {
   background-color: #358C23;
 }
 .BgClassName
 {
   background-color: #358C23;
 }
</style>
border-color css

<style>
 span { border-color: #358C23; }

 span { border-color: rgb(53,140,35); }

 td.TdClassName
 {
   border-color: #358C23;
 }
 .TagClassName
 {
   border-color: #358C23;
 }
</style>