#36A013

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

Shades of La Palma #36A013

Tints of La Palma #36A013

Color information

#36A013 (or 0x36A013) is unknown color: approx La Palma. HEX triplet: 36, A0 and 13. RGB value is (54,160,19). Sum of RGB (Red+Green+Blue) = 54+160+19=233 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.18% from 233); Green value is 160 (62.89% from 255 or 68.67% from 233); Blue value is 19 (7.81% from 255 or 8.15% from 233); Max value from RGB is 160 - color contains mainly: green. Hex color #36A013 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #36A013 is #C95FEC. Grayscale: #707070. Windows color (decimal): -13197293 or 1286198. OLE color: 1286198.

HSL color Cylindrical-coordinate representation of color #36A013: hue angle of 105.11º degrees, saturation: 0.79, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #36A013 is Cyan = 0.66, Magento = 0, Yellow = 0.88 and Black (K on CMYK) = 0.37.

Color convert

RGB5416019-
CMYK0.6600.880.37
HSL105.11º78.77%35.1%-
HSV(B)105.11º88.13%62.75%-
XYZ14.2125.974.88-
YUV112.2375.3886.46-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 23.18%
GREEN value IS 160 (62.89% from 255) = 68.67%
BLUE value IS 19 (7.81% from 255) = 8.15%
R=23.18%
G=68.67%
B=8.15%

CMYK

C (Cyan) values IS 0.66
M (Magenta) values IS 0
Y (Yellow) values IS 0.88
K (Black) values IS 0.37
SystemRedGreenBlueCMYKHSL
Decimal54160190.6600.880.37105.1178.7735.1
Hex36A0134205825694f23
Octal662402310201304515111743
Binary110110101000001001110000100101100010010111010011001111100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A013

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #36A013; }

 p { color: rgb(54,160,19); }

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

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

 a { background-color: rgb(54,160,19); }

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

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

 span { border-color: rgb(54,160,19); }

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