Shades of La Palma #369E18
Tints of La Palma #369E18
RGB
CMYK
RGB Variations
Color information
#369E18 (or 0x369E18) is known color: La Palma. HEX triplet: 36, 9E and 18. RGB value is (54,158,24). Sum of RGB (Red+Green+Blue) = 54+158+24=236 (31% of max value = 765). Red value is 54 (21.48% from 255 or 22.88% from 236); Green value is 158 (62.11% from 255 or 66.95% from 236); Blue value is 24 (9.77% from 255 or 10.17% from 236); Max value from RGB is 158 - color contains mainly: green. Hex color #369E18 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369E18 is #C961E7. Grayscale: #707070. Windows color (decimal): -13197800 or 1613366. OLE color: 1613366.
HSL color Cylindrical-coordinate representation of color #369E18: hue angle of 106.57º degrees, saturation: 0.74, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #369E18 is Cyan = 0.66, Magento = 0, Yellow = 0.85 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 158 | 24 | - |
| CMYK | 0.66 | 0 | 0.85 | 0.38 |
| HSL | 106.57º | 0.74% | 0.36% | - |
| HSV(B) | 106.57º | 0.85% | 0.62% | - |
| XYZ | 13.91 | 25.3 | 5.02 | - |
| YUV | 111.63 | 78.54 | 86.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 158 | 24 | 0.66 | 0 | 0.85 | 0.38 | 106.57 | 0.74 | 0.36 |
| Hex | 36 | 9E | 18 | 42 | 0 | 55 | 26 | 6B | 4A | 24 |
| Octal | 66 | 236 | 30 | 102 | 0 | 125 | 46 | 153 | 112 | 44 |
| Binary | 110110 | 10011110 | 11000 | 1000010 | 0 | 1010101 | 100110 | 1101011 | 1001010 | 100100 |
Color Harmonies of #369E18
Complementary color
Monochromatic Colors of #369E18
Black with #369E18
Text Example
Text Example
White with #369E18
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369E18; }
p { color: rgb(54,158,24); }
H1.HeaderClassName
{
color: #369E18;
}
.AnyTagClassName
{
color: #369E18;
}
</style>
background-color css
<style>
a { background-color: #369E18; }
a { background-color: rgb(54,158,24); }
div.DivClassName
{
background-color: #369E18;
}
.BgClassName
{
background-color: #369E18;
}
</style>
border-color css
<style>
span { border-color: #369E18; }
span { border-color: rgb(54,158,24); }
td.TdClassName
{
border-color: #369E18;
}
.TagClassName
{
border-color: #369E18;
}
</style>