Shades of La Palma #369806
Tints of La Palma #369806
RGB
CMYK
RGB Variations
Color information
#369806 (or 0x369806) is known color: La Palma. HEX triplet: 36, 98 and 06. RGB value is (54,152,6). Sum of RGB (Red+Green+Blue) = 54+152+6=212 (28% of max value = 765). Red value is 54 (21.48% from 255 or 25.47% from 212); Green value is 152 (59.77% from 255 or 71.70% from 212); Blue value is 6 (2.73% from 255 or 2.83% from 212); Max value from RGB is 152 - color contains mainly: green. Hex color #369806 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369806 is #C967F9. Grayscale: #6A6A6A. Windows color (decimal): -13199354 or 432182. OLE color: 432182.
HSL color Cylindrical-coordinate representation of color #369806: hue angle of 100.27º degrees, saturation: 0.92, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #369806 is Cyan = 0.64, Magento = 0, Yellow = 0.96 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 152 | 6 | - |
| CMYK | 0.64 | 0 | 0.96 | 0.40 |
| HSL | 100.27º | 0.92% | 0.31% | - |
| HSV(B) | 100.27º | 0.96% | 0.6% | - |
| XYZ | 12.78 | 23.25 | 3.99 | - |
| YUV | 106.05 | 71.53 | 90.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 152 | 6 | 0.64 | 0 | 0.96 | 0.40 | 100.27 | 0.92 | 0.31 |
| Hex | 36 | 98 | 6 | 40 | 0 | 60 | 28 | 64 | 5C | 1F |
| Octal | 66 | 230 | 6 | 100 | 0 | 140 | 50 | 144 | 134 | 37 |
| Binary | 110110 | 10011000 | 110 | 1000000 | 0 | 1100000 | 101000 | 1100100 | 1011100 | 11111 |
Color Harmonies of #369806
Complementary color
Monochromatic Colors of #369806
Black with #369806
Text Example
Text Example
White with #369806
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369806; }
p { color: rgb(54,152,6); }
H1.HeaderClassName
{
color: #369806;
}
.AnyTagClassName
{
color: #369806;
}
</style>
background-color css
<style>
a { background-color: #369806; }
a { background-color: rgb(54,152,6); }
div.DivClassName
{
background-color: #369806;
}
.BgClassName
{
background-color: #369806;
}
</style>
border-color css
<style>
span { border-color: #369806; }
span { border-color: rgb(54,152,6); }
td.TdClassName
{
border-color: #369806;
}
.TagClassName
{
border-color: #369806;
}
</style>