#358C24

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

Shades of La Palma #358C24

Tints of La Palma #358C24

Color information

#358C24 (or 0x358C24) is unknown color: approx La Palma. HEX triplet: 35, 8C and 24. RGB value is (53,140,36). Sum of RGB (Red+Green+Blue) = 53+140+36=229 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.14% from 229); Green value is 140 (55.08% from 255 or 61.14% from 229); Blue value is 36 (14.45% from 255 or 15.72% from 229); Max value from RGB is 140 - color contains mainly: green. Hex color #358C24 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358C24 is #CA73DB. Grayscale: #666666. Windows color (decimal): -13267932 or 2395189. OLE color: 2395189.

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

Color convert

RGB5314036-
CMYK0.6200.740.45
HSL110.19º59.09%34.51%-
HSV(B)110.19º74.29%54.9%-
XYZ11.1619.644.87-
YUV102.1390.6892.96-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.14%
GREEN value IS 140 (55.08% from 255) = 61.14%
BLUE value IS 36 (14.45% from 255) = 15.72%
R=23.14%
G=61.14%
B=15.72%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53140360.6200.740.45110.1959.0934.51
Hex358C243E04A2D6e3b23
Octal6521444760112551567343
Binary11010110001100100100111110010010101011011101110111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358C24

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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