Shades of La Palma #35900E
Tints of La Palma #35900E
RGB
CMYK
RGB Variations
Color information
#35900E (or 0x35900E) is known color: La Palma. HEX triplet: 35, 90 and 0E. RGB value is (53,144,14). Sum of RGB (Red+Green+Blue) = 53+144+14=211 (27% of max value = 765). Red value is 53 (21.09% from 255 or 25.12% from 211); Green value is 144 (56.64% from 255 or 68.25% from 211); Blue value is 14 (5.86% from 255 or 6.64% from 211); Max value from RGB is 144 - color contains mainly: green. Hex color #35900E is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35900E is #CA6FF1. Grayscale: #666666. Windows color (decimal): -13266930 or 954421. OLE color: 954421.
HSL color Cylindrical-coordinate representation of color #35900E: hue angle of 102º degrees, saturation: 0.82, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #35900E is Cyan = 0.63, Magento = 0, Yellow = 0.90 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 53 | 144 | 14 | - |
| CMYK | 0.63 | 0 | 0.90 | 0.44 |
| HSL | 102º | 0.82% | 0.31% | - |
| HSV(B) | 102º | 0.9% | 0.56% | - |
| XYZ | 11.52 | 20.74 | 3.81 | - |
| YUV | 101.97 | 78.35 | 93.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 144 | 14 | 0.63 | 0 | 0.90 | 0.44 | 102 | 0.82 | 0.31 |
| Hex | 35 | 90 | E | 3F | 0 | 5A | 2C | 66 | 52 | 1F |
| Octal | 65 | 220 | 16 | 77 | 0 | 132 | 54 | 146 | 122 | 37 |
| Binary | 110101 | 10010000 | 1110 | 111111 | 0 | 1011010 | 101100 | 1100110 | 1010010 | 11111 |
Color Harmonies of #35900E
Complementary color
Monochromatic Colors of #35900E
Black with #35900E
Text Example
Text Example
White with #35900E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35900E; }
p { color: rgb(53,144,14); }
H1.HeaderClassName
{
color: #35900E;
}
.AnyTagClassName
{
color: #35900E;
}
</style>
background-color css
<style>
a { background-color: #35900E; }
a { background-color: rgb(53,144,14); }
div.DivClassName
{
background-color: #35900E;
}
.BgClassName
{
background-color: #35900E;
}
</style>
border-color css
<style>
span { border-color: #35900E; }
span { border-color: rgb(53,144,14); }
td.TdClassName
{
border-color: #35900E;
}
.TagClassName
{
border-color: #35900E;
}
</style>