#358E15

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

Shades of La Palma #358E15

Tints of La Palma #358E15

Color information

#358E15 (or 0x358E15) is unknown color: approx La Palma. HEX triplet: 35, 8E and 15. RGB value is (53,142,21). Sum of RGB (Red+Green+Blue) = 53+142+21=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 142 (55.86% from 255 or 65.74% from 216); Blue value is 21 (8.59% from 255 or 9.72% from 216); Max value from RGB is 142 - color contains mainly: green. Hex color #358E15 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #358E15 is #CA71EA. Grayscale: #656565. Windows color (decimal): -13267435 or 1412661. OLE color: 1412661.

HSL color Cylindrical-coordinate representation of color #358E15: hue angle of 104.13º degrees, saturation: 0.74, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #358E15 is Cyan = 0.63, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.44.

Color convert

RGB5314221-
CMYK0.6300.850.44
HSL104.13º74.23%31.96%-
HSV(B)104.13º85.21%55.69%-
XYZ11.2820.164.01-
YUV101.682.5193.34-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.54%
GREEN value IS 142 (55.86% from 255) = 65.74%
BLUE value IS 21 (8.59% from 255) = 9.72%
R=24.54%
G=65.74%
B=9.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.85
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal53142210.6300.850.44104.1374.2331.96
Hex358E153F0552C684a20
Octal65216257701255415011240
Binary11010110001110101011111110101010110110011010001001010100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #358E15

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(53,142,21); }

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

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

 a { background-color: rgb(53,142,21); }

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

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

 span { border-color: rgb(53,142,21); }

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