Shades of La Palma #359E0C
Tints of La Palma #359E0C
RGB
CMYK
RGB Variations
Color information
#359E0C (or 0x359E0C) is known color: La Palma. HEX triplet: 35, 9E and 0C. RGB value is (53,158,12). Sum of RGB (Red+Green+Blue) = 53+158+12=223 (29% of max value = 765). Red value is 53 (21.09% from 255 or 23.77% from 223); Green value is 158 (62.11% from 255 or 70.85% from 223); Blue value is 12 (5.08% from 255 or 5.38% from 223); Max value from RGB is 158 - color contains mainly: green. Hex color #359E0C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359E0C is #CA61F3. Grayscale: #6E6E6E. Windows color (decimal): -13263348 or 826933. OLE color: 826933.
HSL color Cylindrical-coordinate representation of color #359E0C: hue angle of 103.15º 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 #359E0C is Cyan = 0.66, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.38.
Color convert
| RGB | 53 | 158 | 12 | - |
| CMYK | 0.66 | 0 | 0.92 | 0.38 |
| HSL | 103.15º | 0.86% | 0.33% | - |
| HSV(B) | 103.15º | 0.92% | 0.62% | - |
| XYZ | 13.76 | 25.24 | 4.49 | - |
| YUV | 109.96 | 72.71 | 87.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 158 | 12 | 0.66 | 0 | 0.92 | 0.38 | 103.15 | 0.86 | 0.33 |
| Hex | 35 | 9E | C | 42 | 0 | 5C | 26 | 67 | 56 | 21 |
| Octal | 65 | 236 | 14 | 102 | 0 | 134 | 46 | 147 | 126 | 41 |
| Binary | 110101 | 10011110 | 1100 | 1000010 | 0 | 1011100 | 100110 | 1100111 | 1010110 | 100001 |
Color Harmonies of #359E0C
Complementary color
Monochromatic Colors of #359E0C
Black with #359E0C
Text Example
Text Example
White with #359E0C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359E0C; }
p { color: rgb(53,158,12); }
H1.HeaderClassName
{
color: #359E0C;
}
.AnyTagClassName
{
color: #359E0C;
}
</style>
background-color css
<style>
a { background-color: #359E0C; }
a { background-color: rgb(53,158,12); }
div.DivClassName
{
background-color: #359E0C;
}
.BgClassName
{
background-color: #359E0C;
}
</style>
border-color css
<style>
span { border-color: #359E0C; }
span { border-color: rgb(53,158,12); }
td.TdClassName
{
border-color: #359E0C;
}
.TagClassName
{
border-color: #359E0C;
}
</style>