Shades of La Palma #369D0C
Tints of La Palma #369D0C
RGB
CMYK
RGB Variations
Color information
#369D0C (or 0x369D0C) is known color: La Palma. HEX triplet: 36, 9D and 0C. RGB value is (54,157,12). Sum of RGB (Red+Green+Blue) = 54+157+12=223 (29% of max value = 765). Red value is 54 (21.48% from 255 or 24.22% from 223); Green value is 157 (61.72% from 255 or 70.40% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 157 - color contains mainly: green. Hex color #369D0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #369D0C is #C962F3. Grayscale: #6E6E6E. Windows color (decimal): -13198068 or 826678. OLE color: 826678.
HSL color Cylindrical-coordinate representation of color #369D0C: hue angle of 102.62º degrees, saturation: 0.86, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #369D0C is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 54 | 157 | 12 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.38 |
| HSL | 102.62º | 0.86% | 0.33% | - |
| HSV(B) | 102.62º | 0.92% | 0.62% | - |
| XYZ | 13.64 | 24.92 | 4.44 | - |
| YUV | 109.67 | 72.88 | 88.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 54 | 157 | 12 | 0.66 | 0 | 0.92 | 0.38 | 102.62 | 0.86 | 0.33 |
| Hex | 36 | 9D | C | 42 | 0 | 5C | 26 | 67 | 56 | 21 |
| Octal | 66 | 235 | 14 | 102 | 0 | 134 | 46 | 147 | 126 | 41 |
| Binary | 110110 | 10011101 | 1100 | 1000010 | 0 | 1011100 | 100110 | 1100111 | 1010110 | 100001 |
Color Harmonies of #369D0C
Complementary color
Monochromatic Colors of #369D0C
Black with #369D0C
Text Example
Text Example
White with #369D0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #369D0C; }
p { color: rgb(54,157,12); }
H1.HeaderClassName
{
color: #369D0C;
}
.AnyTagClassName
{
color: #369D0C;
}
</style>
background-color css
<style>
a { background-color: #369D0C; }
a { background-color: rgb(54,157,12); }
div.DivClassName
{
background-color: #369D0C;
}
.BgClassName
{
background-color: #369D0C;
}
</style>
border-color css
<style>
span { border-color: #369D0C; }
span { border-color: rgb(54,157,12); }
td.TdClassName
{
border-color: #369D0C;
}
.TagClassName
{
border-color: #369D0C;
}
</style>