Shades of La Palma #369B08
Tints of La Palma #369B08
RGB
CMYK
RGB Variations
Color information
#369B08 (or 0x369B08) is known color: La Palma. HEX triplet: 36, 9B and 08. RGB value is (54,155,8). Sum of RGB (Red+Green+Blue) = 54+155+8=217 (28% of max value = 765). Red value is 54 (21.48% from 255 or 24.88% from 217); Green value is 155 (60.94% from 255 or 71.43% from 217); Blue value is 8 (3.52% from 255 or 3.69% from 217); Max value from RGB is 155 - color contains mainly: green. Hex color #369B08 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369B08 is #C964F7. Grayscale: #6C6C6C. Windows color (decimal): -13198584 or 564022. OLE color: 564022.
HSL color Cylindrical-coordinate representation of color #369B08: hue angle of 101.22º degrees, saturation: 0.9, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #369B08 is Cyan = 0.65, Magento = 0, Yellow = 0.95 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 54 | 155 | 8 | - |
| CMYK | 0.65 | 0 | 0.95 | 0.39 |
| HSL | 101.22º | 0.9% | 0.32% | - |
| HSV(B) | 101.22º | 0.95% | 0.61% | - |
| XYZ | 13.29 | 24.24 | 4.21 | - |
| YUV | 108.04 | 71.54 | 89.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 155 | 8 | 0.65 | 0 | 0.95 | 0.39 | 101.22 | 0.9 | 0.32 |
| Hex | 36 | 9B | 8 | 41 | 0 | 5F | 27 | 65 | 5A | 20 |
| Octal | 66 | 233 | 10 | 101 | 0 | 137 | 47 | 145 | 132 | 40 |
| Binary | 110110 | 10011011 | 1000 | 1000001 | 0 | 1011111 | 100111 | 1100101 | 1011010 | 100000 |
Color Harmonies of #369B08
Complementary color
Monochromatic Colors of #369B08
Black with #369B08
Text Example
Text Example
White with #369B08
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369B08; }
p { color: rgb(54,155,8); }
H1.HeaderClassName
{
color: #369B08;
}
.AnyTagClassName
{
color: #369B08;
}
</style>
background-color css
<style>
a { background-color: #369B08; }
a { background-color: rgb(54,155,8); }
div.DivClassName
{
background-color: #369B08;
}
.BgClassName
{
background-color: #369B08;
}
</style>
border-color css
<style>
span { border-color: #369B08; }
span { border-color: rgb(54,155,8); }
td.TdClassName
{
border-color: #369B08;
}
.TagClassName
{
border-color: #369B08;
}
</style>