Shades of La Palma #369E0C
Tints of La Palma #369E0C
RGB
CMYK
RGB Variations
Color information
#369E0C (or 0x369E0C) is known color: La Palma. HEX triplet: 36, 9E and 0C. RGB value is (54,158,12). Sum of RGB (Red+Green+Blue) = 54+158+12=224 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.11% from 224); Green value is 158 (62.11% from 255 or 70.54% from 224); Blue value is 12 (5.08% from 255 or 5.36% from 224); Max value from RGB is 158 - color contains mainly: green. Hex color #369E0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369E0C is #C961F3. Grayscale: #6E6E6E. Windows color (decimal): -13197812 or 826934. OLE color: 826934.
HSL color Cylindrical-coordinate representation of color #369E0C: hue angle of 102.74º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #369E0C is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 158 | 12 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.38 |
| HSL | 102.74º | 0.86% | 0.33% | - |
| HSV(B) | 102.74º | 0.92% | 0.62% | - |
| XYZ | 13.81 | 25.26 | 4.5 | - |
| YUV | 110.26 | 72.54 | 87.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 158 | 12 | 0.66 | 0 | 0.92 | 0.38 | 102.74 | 0.86 | 0.33 |
| Hex | 36 | 9E | C | 42 | 0 | 5C | 26 | 67 | 56 | 21 |
| Octal | 66 | 236 | 14 | 102 | 0 | 134 | 46 | 147 | 126 | 41 |
| Binary | 110110 | 10011110 | 1100 | 1000010 | 0 | 1011100 | 100110 | 1100111 | 1010110 | 100001 |
Color Harmonies of #369E0C
Complementary color
Monochromatic Colors of #369E0C
Black with #369E0C
Text Example
Text Example
White with #369E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369E0C; }
p { color: rgb(54,158,12); }
H1.HeaderClassName
{
color: #369E0C;
}
.AnyTagClassName
{
color: #369E0C;
}
</style>
background-color css
<style>
a { background-color: #369E0C; }
a { background-color: rgb(54,158,12); }
div.DivClassName
{
background-color: #369E0C;
}
.BgClassName
{
background-color: #369E0C;
}
</style>
border-color css
<style>
span { border-color: #369E0C; }
span { border-color: rgb(54,158,12); }
td.TdClassName
{
border-color: #369E0C;
}
.TagClassName
{
border-color: #369E0C;
}
</style>