Shades of La Palma #359B14
Tints of La Palma #359B14
RGB
CMYK
RGB Variations
Color information
#359B14 (or 0x359B14) is known color: La Palma. HEX triplet: 35, 9B and 14. RGB value is (53,155,20). Sum of RGB (Red+Green+Blue) = 53+155+20=228 (30% of max value = 765). Red value is 53 (21.09% from 255 or 23.25% from 228); Green value is 155 (60.94% from 255 or 67.98% from 228); Blue value is 20 (8.20% from 255 or 8.77% from 228); Max value from RGB is 155 - color contains mainly: green. Hex color #359B14 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #359B14 is #CA64EB. Grayscale: #6D6D6D. Windows color (decimal): -13264108 or 1350453. OLE color: 1350453.
HSL color Cylindrical-coordinate representation of color #359B14: hue angle of 105.33º degrees, saturation: 0.77, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #359B14 is Cyan = 0.66, Magento = 0, Yellow = 0.87 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 53 | 155 | 20 | - |
| CMYK | 0.66 | 0 | 0.87 | 0.39 |
| HSL | 105.33º | 0.77% | 0.34% | - |
| HSV(B) | 105.33º | 0.87% | 0.61% | - |
| XYZ | 13.32 | 24.25 | 4.64 | - |
| YUV | 109.11 | 77.71 | 87.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 155 | 20 | 0.66 | 0 | 0.87 | 0.39 | 105.33 | 0.77 | 0.34 |
| Hex | 35 | 9B | 14 | 42 | 0 | 57 | 27 | 69 | 4D | 22 |
| Octal | 65 | 233 | 24 | 102 | 0 | 127 | 47 | 151 | 115 | 42 |
| Binary | 110101 | 10011011 | 10100 | 1000010 | 0 | 1010111 | 100111 | 1101001 | 1001101 | 100010 |
Color Harmonies of #359B14
Complementary color
Monochromatic Colors of #359B14
Black with #359B14
Text Example
Text Example
White with #359B14
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #359B14; }
p { color: rgb(53,155,20); }
H1.HeaderClassName
{
color: #359B14;
}
.AnyTagClassName
{
color: #359B14;
}
</style>
background-color css
<style>
a { background-color: #359B14; }
a { background-color: rgb(53,155,20); }
div.DivClassName
{
background-color: #359B14;
}
.BgClassName
{
background-color: #359B14;
}
</style>
border-color css
<style>
span { border-color: #359B14; }
span { border-color: rgb(53,155,20); }
td.TdClassName
{
border-color: #359B14;
}
.TagClassName
{
border-color: #359B14;
}
</style>