Shades of La Palma #35940E
Tints of La Palma #35940E
RGB
CMYK
RGB Variations
Color information
#35940E (or 0x35940E) is known color: La Palma. HEX triplet: 35, 94 and 0E. RGB value is (53,148,14). Sum of RGB (Red+Green+Blue) = 53+148+14=215 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.65% from 215); Green value is 148 (58.20% from 255 or 68.84% from 215); Blue value is 14 (5.86% from 255 or 6.51% from 215); Max value from RGB is 148 - color contains mainly: green. Hex color #35940E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35940E is #CA6BF1. Grayscale: #686868. Windows color (decimal): -13265906 or 955445. OLE color: 955445.
HSL color Cylindrical-coordinate representation of color #35940E: hue angle of 102.54º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #35940E is Cyan = 0.64, Magento = 0, Yellow = 0.91 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 148 | 14 | - |
| CMYK | 0.64 | 0 | 0.91 | 0.42 |
| HSL | 102.54º | 0.83% | 0.32% | - |
| HSV(B) | 102.54º | 0.91% | 0.58% | - |
| XYZ | 12.14 | 21.97 | 4.02 | - |
| YUV | 104.32 | 77.03 | 91.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 148 | 14 | 0.64 | 0 | 0.91 | 0.42 | 102.54 | 0.83 | 0.32 |
| Hex | 35 | 94 | E | 40 | 0 | 5B | 2A | 67 | 53 | 20 |
| Octal | 65 | 224 | 16 | 100 | 0 | 133 | 52 | 147 | 123 | 40 |
| Binary | 110101 | 10010100 | 1110 | 1000000 | 0 | 1011011 | 101010 | 1100111 | 1010011 | 100000 |
Color Harmonies of #35940E
Complementary color
Monochromatic Colors of #35940E
Black with #35940E
Text Example
Text Example
White with #35940E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35940E; }
p { color: rgb(53,148,14); }
H1.HeaderClassName
{
color: #35940E;
}
.AnyTagClassName
{
color: #35940E;
}
</style>
background-color css
<style>
a { background-color: #35940E; }
a { background-color: rgb(53,148,14); }
div.DivClassName
{
background-color: #35940E;
}
.BgClassName
{
background-color: #35940E;
}
</style>
border-color css
<style>
span { border-color: #35940E; }
span { border-color: rgb(53,148,14); }
td.TdClassName
{
border-color: #35940E;
}
.TagClassName
{
border-color: #35940E;
}
</style>