Shades of La Palma #369A0E
Tints of La Palma #369A0E
RGB
CMYK
RGB Variations
Color information
#369A0E (or 0x369A0E) is known color: La Palma. HEX triplet: 36, 9A and 0E. RGB value is (54,154,14). Sum of RGB (Red+Green+Blue) = 54+154+14=222 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.32% from 222); Green value is 154 (60.55% from 255 or 69.37% from 222); Blue value is 14 (5.86% from 255 or 6.31% from 222); Max value from RGB is 154 - color contains mainly: green. Hex color #369A0E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369A0E is #C965F1. Grayscale: #6C6C6C. Windows color (decimal): -13198834 or 956982. OLE color: 956982.
HSL color Cylindrical-coordinate representation of color #369A0E: hue angle of 102.86º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #369A0E is Cyan = 0.65, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.40.
Color convert
| RGB | 54 | 154 | 14 | - |
| CMYK | 0.65 | 0 | 0.91 | 0.40 |
| HSL | 102.86º | 0.83% | 0.33% | - |
| HSV(B) | 102.86º | 0.91% | 0.6% | - |
| XYZ | 13.16 | 23.93 | 4.34 | - |
| YUV | 108.14 | 74.87 | 89.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 154 | 14 | 0.65 | 0 | 0.91 | 0.40 | 102.86 | 0.83 | 0.33 |
| Hex | 36 | 9A | E | 41 | 0 | 5B | 28 | 67 | 53 | 21 |
| Octal | 66 | 232 | 16 | 101 | 0 | 133 | 50 | 147 | 123 | 41 |
| Binary | 110110 | 10011010 | 1110 | 1000001 | 0 | 1011011 | 101000 | 1100111 | 1010011 | 100001 |
Color Harmonies of #369A0E
Complementary color
Monochromatic Colors of #369A0E
Black with #369A0E
Text Example
Text Example
White with #369A0E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369A0E; }
p { color: rgb(54,154,14); }
H1.HeaderClassName
{
color: #369A0E;
}
.AnyTagClassName
{
color: #369A0E;
}
</style>
background-color css
<style>
a { background-color: #369A0E; }
a { background-color: rgb(54,154,14); }
div.DivClassName
{
background-color: #369A0E;
}
.BgClassName
{
background-color: #369A0E;
}
</style>
border-color css
<style>
span { border-color: #369A0E; }
span { border-color: rgb(54,154,14); }
td.TdClassName
{
border-color: #369A0E;
}
.TagClassName
{
border-color: #369A0E;
}
</style>