#358C20

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

Shades of La Palma #358C20

Tints of La Palma #358C20

Color information

#358C20 (or 0x358C20) is unknown color: approx La Palma. HEX triplet: 35, 8C and 20. RGB value is (53,140,32). Sum of RGB (Red+Green+Blue) = 53+140+32=225 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.56% from 225); Green value is 140 (55.08% from 255 or 62.22% from 225); Blue value is 32 (12.89% from 255 or 14.22% from 225); Max value from RGB is 140 - color contains mainly: green. Hex color #358C20 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #358C20 is #CA73DF. Grayscale: #666666. Windows color (decimal): -13267936 or 2133045. OLE color: 2133045.

HSL color Cylindrical-coordinate representation of color #358C20: hue angle of 108.33º 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 #358C20 is Cyan = 0.62, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.45.

Color convert

RGB5314032-
CMYK0.6200.770.45
HSL108.33º62.79%33.73%-
HSV(B)108.33º77.14%54.9%-
XYZ11.1119.624.57-
YUV101.6788.6893.28-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 23.56%
GREEN value IS 140 (55.08% from 255) = 62.22%
BLUE value IS 32 (12.89% from 255) = 14.22%
R=23.56%
G=62.22%
B=14.22%

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
Decimal53140320.6200.770.45108.3362.7933.73
Hex358C203E04D2D6c3f22
Octal6521440760115551547742
Binary11010110001100100000111110010011011011011101100111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358C20

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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