Shades of La Palma #369D12
Tints of La Palma #369D12
RGB
CMYK
RGB Variations
Color information
#369D12 (or 0x369D12) is known color: La Palma. HEX triplet: 36, 9D and 12. RGB value is (54,157,18). Sum of RGB (Red+Green+Blue) = 54+157+18=229 (30% of max value = 765). Red value is 54 (21.48% from 255 or 23.58% from 229); Green value is 157 (61.72% from 255 or 68.56% from 229); Blue value is 18 (7.42% from 255 or 7.86% from 229); Max value from RGB is 157 - color contains mainly: green. Hex color #369D12 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369D12 is #C962ED. Grayscale: #6E6E6E. Windows color (decimal): -13198062 or 1219894. OLE color: 1219894.
HSL color Cylindrical-coordinate representation of color #369D12: hue angle of 104.46º degrees, saturation: 0.79, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #369D12 is Cyan = 0.66, Magento = 0, Yellow = 0.89 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 18 | - |
| CMYK | 0.66 | 0 | 0.89 | 0.38 |
| HSL | 104.46º | 0.79% | 0.34% | - |
| HSV(B) | 104.46º | 0.89% | 0.62% | - |
| XYZ | 13.69 | 24.94 | 4.67 | - |
| YUV | 110.36 | 75.88 | 87.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 18 | 0.66 | 0 | 0.89 | 0.38 | 104.46 | 0.79 | 0.34 |
| Hex | 36 | 9D | 12 | 42 | 0 | 59 | 26 | 68 | 4F | 22 |
| Octal | 66 | 235 | 22 | 102 | 0 | 131 | 46 | 150 | 117 | 42 |
| Binary | 110110 | 10011101 | 10010 | 1000010 | 0 | 1011001 | 100110 | 1101000 | 1001111 | 100010 |
Color Harmonies of #369D12
Complementary color
Monochromatic Colors of #369D12
Black with #369D12
Text Example
Text Example
White with #369D12
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D12; }
p { color: rgb(54,157,18); }
H1.HeaderClassName
{
color: #369D12;
}
.AnyTagClassName
{
color: #369D12;
}
</style>
background-color css
<style>
a { background-color: #369D12; }
a { background-color: rgb(54,157,18); }
div.DivClassName
{
background-color: #369D12;
}
.BgClassName
{
background-color: #369D12;
}
</style>
border-color css
<style>
span { border-color: #369D12; }
span { border-color: rgb(54,157,18); }
td.TdClassName
{
border-color: #369D12;
}
.TagClassName
{
border-color: #369D12;
}
</style>