#359215

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

Shades of La Palma #359215

Tints of La Palma #359215

Color information

#359215 (or 0x359215) is unknown color: approx La Palma. HEX triplet: 35, 92 and 15. RGB value is (53,146,21). Sum of RGB (Red+Green+Blue) = 53+146+21=220 (29% of max value = 765). Red value is 53 (21.09% from 255 or 24.09% from 220); Green value is 146 (57.42% from 255 or 66.36% from 220); Blue value is 21 (8.59% from 255 or 9.55% from 220); Max value from RGB is 146 - color contains mainly: green. Hex color #359215 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359215 is #CA6DEA. Grayscale: #686868. Windows color (decimal): -13266411 or 1413685. OLE color: 1413685.

HSL color Cylindrical-coordinate representation of color #359215: hue angle of 104.64º degrees, saturation: 0.75, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #359215 is Cyan = 0.64, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.43.

Color convert

RGB5314621-
CMYK0.6400.860.43
HSL104.64º74.85%32.75%-
HSV(B)104.64º85.62%57.25%-
XYZ11.8821.374.21-
YUV103.9481.1991.66-

RGB Variations

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

RGB

RED value IS 53 (21.09% from 255) = 24.09%
GREEN value IS 146 (57.42% from 255) = 66.36%
BLUE value IS 21 (8.59% from 255) = 9.55%
R=24.09%
G=66.36%
B=9.55%

CMYK

C (Cyan) values IS 0.64
M (Magenta) values IS 0
Y (Yellow) values IS 0.86
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal53146210.6400.860.43104.6474.8532.75
Hex359215400562B694b21
Octal652222510001265315111341
Binary110101100100101010110000000101011010101111010011001011100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #359215

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #359215; }

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

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

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

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

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

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

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

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