#358d20

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

Shades of La Palma #358D20

Tints of La Palma #358D20

Color information

#358D20 (or 0x358D20) is unknown color: approx La Palma. HEX triplet: 35, 8D and 20. RGB value is (53,141,32). Sum of RGB (Red+Green+Blue) = 53+141+32=226 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.45% from 226); Green value is 141 (55.47% from 255 or 62.39% from 226); Blue value is 32 (12.89% from 255 or 14.16% from 226); Max value from RGB is 141 - color contains mainly: green. Hex color #358D20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358D20 is #CA72DF. Grayscale: #666666. Windows color (decimal): -13267680 or 2133301. OLE color: 2133301.

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

Color convert

RGB5314132-
CMYK0.6200.770.45
HSL108.44º63.01%33.92%-
HSV(B)108.44º77.3%55.29%-
XYZ11.2519.914.62-
YUV102.2688.3592.86-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.45%
GREEN value IS 141 (55.47% from 255) = 62.39%
BLUE value IS 32 (12.89% from 255) = 14.16%
R=23.45%
G=62.39%
B=14.16%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal53141320.6200.770.45108.4463.0133.92
Hex358D203E04D2D6c3f22
Octal6521540760115551547742
Binary11010110001101100000111110010011011011011101100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358d20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,141,32); }

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

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

 a { background-color: rgb(53,141,32); }

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

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

 span { border-color: rgb(53,141,32); }

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