Shades of La Palma #369B0A
Tints of La Palma #369B0A
RGB
CMYK
RGB Variations
Color information
#369B0A (or 0x369B0A) is known color: La Palma. HEX triplet: 36, 9B and 0A. RGB value is (54,155,10). Sum of RGB (Red+Green+Blue) = 54+155+10=219 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.66% from 219); Green value is 155 (60.94% from 255 or 70.78% from 219); Blue value is 10 (4.30% from 255 or 4.57% from 219); Max value from RGB is 155 - color contains mainly: green. Hex color #369B0A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369B0A is #C964F5. Grayscale: #6C6C6C. Windows color (decimal): -13198582 or 695094. OLE color: 695094.
HSL color Cylindrical-coordinate representation of color #369B0A: hue angle of 101.79º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #369B0A is Cyan = 0.65, Magento = 0, Yellow = 0.94 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 155 | 10 | - |
| CMYK | 0.65 | 0 | 0.94 | 0.39 |
| HSL | 101.79º | 0.88% | 0.32% | - |
| HSV(B) | 101.79º | 0.94% | 0.61% | - |
| XYZ | 13.3 | 24.25 | 4.27 | - |
| YUV | 108.27 | 72.54 | 89.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 10 | 0.65 | 0 | 0.94 | 0.39 | 101.79 | 0.88 | 0.32 |
| Hex | 36 | 9B | A | 41 | 0 | 5E | 27 | 66 | 58 | 20 |
| Octal | 66 | 233 | 12 | 101 | 0 | 136 | 47 | 146 | 130 | 40 |
| Binary | 110110 | 10011011 | 1010 | 1000001 | 0 | 1011110 | 100111 | 1100110 | 1011000 | 100000 |
Color Harmonies of #369B0A
Complementary color
Monochromatic Colors of #369B0A
Black with #369B0A
Text Example
Text Example
White with #369B0A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369B0A; }
p { color: rgb(54,155,10); }
H1.HeaderClassName
{
color: #369B0A;
}
.AnyTagClassName
{
color: #369B0A;
}
</style>
background-color css
<style>
a { background-color: #369B0A; }
a { background-color: rgb(54,155,10); }
div.DivClassName
{
background-color: #369B0A;
}
.BgClassName
{
background-color: #369B0A;
}
</style>
border-color css
<style>
span { border-color: #369B0A; }
span { border-color: rgb(54,155,10); }
td.TdClassName
{
border-color: #369B0A;
}
.TagClassName
{
border-color: #369B0A;
}
</style>