Shades of La Palma #369B16
Tints of La Palma #369B16
RGB
CMYK
RGB Variations
Color information
#369B16 (or 0x369B16) is known color: La Palma. HEX triplet: 36, 9B and 16. RGB value is (54,155,22). Sum of RGB (Red+Green+Blue) = 54+155+22=231 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.38% from 231); Green value is 155 (60.94% from 255 or 67.10% from 231); Blue value is 22 (8.98% from 255 or 9.52% from 231); Max value from RGB is 155 - color contains mainly: green. Hex color #369B16 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369B16 is #C964E9. Grayscale: #6E6E6E. Windows color (decimal): -13198570 or 1481526. OLE color: 1481526.
HSL color Cylindrical-coordinate representation of color #369B16: hue angle of 105.56º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #369B16 is Cyan = 0.65, Magento = 0, Yellow = 0.86 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 155 | 22 | - |
| CMYK | 0.65 | 0 | 0.86 | 0.39 |
| HSL | 105.56º | 0.75% | 0.35% | - |
| HSV(B) | 105.56º | 0.86% | 0.61% | - |
| XYZ | 13.39 | 24.28 | 4.74 | - |
| YUV | 109.64 | 78.54 | 88.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 22 | 0.65 | 0 | 0.86 | 0.39 | 105.56 | 0.75 | 0.35 |
| Hex | 36 | 9B | 16 | 41 | 0 | 56 | 27 | 6A | 4B | 23 |
| Octal | 66 | 233 | 26 | 101 | 0 | 126 | 47 | 152 | 113 | 43 |
| Binary | 110110 | 10011011 | 10110 | 1000001 | 0 | 1010110 | 100111 | 1101010 | 1001011 | 100011 |
Color Harmonies of #369B16
Complementary color
Monochromatic Colors of #369B16
Black with #369B16
Text Example
Text Example
White with #369B16
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369B16; }
p { color: rgb(54,155,22); }
H1.HeaderClassName
{
color: #369B16;
}
.AnyTagClassName
{
color: #369B16;
}
</style>
background-color css
<style>
a { background-color: #369B16; }
a { background-color: rgb(54,155,22); }
div.DivClassName
{
background-color: #369B16;
}
.BgClassName
{
background-color: #369B16;
}
</style>
border-color css
<style>
span { border-color: #369B16; }
span { border-color: rgb(54,155,22); }
td.TdClassName
{
border-color: #369B16;
}
.TagClassName
{
border-color: #369B16;
}
</style>