#36A228

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

Shades of La Palma #36A228

Tints of La Palma #36A228

Color information

#36A228 (or 0x36A228) is unknown color: approx La Palma. HEX triplet: 36, A2 and 28. RGB value is (54,162,40). Sum of RGB (Red+Green+Blue) = 54+162+40=256 (33% of max value = 765). Red value is 54 (21.48% from 255 or 21.09% from 256); Green value is 162 (63.67% from 255 or 63.28% from 256); Blue value is 40 (16.02% from 255 or 15.62% from 256); Max value from RGB is 162 - color contains mainly: green. Hex color #36A228 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36A228 is #C95DD7. Grayscale: #747474. Windows color (decimal): -13196760 or 2662966. OLE color: 2662966.

HSL color Cylindrical-coordinate representation of color #36A228: hue angle of 113.11º degrees, saturation: 0.6, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #36A228 is Cyan = 0.67, Magento = 0, Yellow = 0.75 and Black (K on CMYK) = 0.36.

Color convert

RGB5416240-
CMYK0.6700.750.36
HSL113.11º60.4%39.61%-
HSV(B)113.11º75.31%63.53%-
XYZ14.8226.786.39-
YUV115.885.2283.92-

RGB Variations

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

RGB

RED value IS 54 (21.48% from 255) = 21.09%
GREEN value IS 162 (63.67% from 255) = 63.28%
BLUE value IS 40 (16.02% from 255) = 15.62%
R=21.09%
G=63.28%
B=15.62%

CMYK

C (Cyan) values IS 0.67
M (Magenta) values IS 0
Y (Yellow) values IS 0.75
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal54162400.6700.750.36113.1160.439.61
Hex36A2284304B24713c28
Octal66242501030113441617450
Binary110110101000101010001000011010010111001001110001111100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #36A228

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(54,162,40); }

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

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

 a { background-color: rgb(54,162,40); }

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

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

 span { border-color: rgb(54,162,40); }

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