Shades of La Palma #36902A
Tints of La Palma #36902A
RGB
CMYK
RGB Variations
Color information
#36902A (or 0x36902A) is known color: La Palma. HEX triplet: 36, 90 and 2A. RGB value is (54,144,42). Sum of RGB (Red+Green+Blue) = 54+144+42=240 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.5% from 240); Green value is 144 (56.64% from 255 or 60% from 240); Blue value is 42 (16.80% from 255 or 17.5% from 240); Max value from RGB is 144 - color contains mainly: green. Hex color #36902A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #36902A is #C96FD5. Grayscale: #696969. Windows color (decimal): -13201366 or 2789430. OLE color: 2789430.
HSL color Cylindrical-coordinate representation of color #36902A: hue angle of 112.94º degrees, saturation: 0.55, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #36902A is Cyan = 0.63, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 54 | 144 | 42 | - |
| CMYK | 0.63 | 0 | 0.71 | 0.44 |
| HSL | 112.94º | 0.55% | 0.36% | - |
| HSV(B) | 112.94º | 0.71% | 0.56% | - |
| XYZ | 11.91 | 20.9 | 5.6 | - |
| YUV | 105.46 | 92.18 | 91.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 144 | 42 | 0.63 | 0 | 0.71 | 0.44 | 112.94 | 0.55 | 0.36 |
| Hex | 36 | 90 | 2A | 3F | 0 | 47 | 2C | 71 | 37 | 24 |
| Octal | 66 | 220 | 52 | 77 | 0 | 107 | 54 | 161 | 67 | 44 |
| Binary | 110110 | 10010000 | 101010 | 111111 | 0 | 1000111 | 101100 | 1110001 | 110111 | 100100 |
Color Harmonies of #36902A
Complementary color
Monochromatic Colors of #36902A
Black with #36902A
Text Example
Text Example
White with #36902A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #36902A; }
p { color: rgb(54,144,42); }
H1.HeaderClassName
{
color: #36902A;
}
.AnyTagClassName
{
color: #36902A;
}
</style>
background-color css
<style>
a { background-color: #36902A; }
a { background-color: rgb(54,144,42); }
div.DivClassName
{
background-color: #36902A;
}
.BgClassName
{
background-color: #36902A;
}
</style>
border-color css
<style>
span { border-color: #36902A; }
span { border-color: rgb(54,144,42); }
td.TdClassName
{
border-color: #36902A;
}
.TagClassName
{
border-color: #36902A;
}
</style>