Shades of La Palma #35990A
Tints of La Palma #35990A
RGB
CMYK
RGB Variations
Color information
#35990A (or 0x35990A) is known color: La Palma. HEX triplet: 35, 99 and 0A. RGB value is (53,153,10). Sum of RGB (Red+Green+Blue) = 53+153+10=216 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.54% from 216); Green value is 153 (60.16% from 255 or 70.83% from 216); Blue value is 10 (4.30% from 255 or 4.63% from 216); Max value from RGB is 153 - color contains mainly: green. Hex color #35990A is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35990A is #CA66F5. Grayscale: #6B6B6B. Windows color (decimal): -13264630 or 694581. OLE color: 694581.
HSL color Cylindrical-coordinate representation of color #35990A: hue angle of 101.96º degrees, saturation: 0.88, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #35990A is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 153 | 10 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.4 |
| HSL | 101.96º | 0.88% | 0.32% | - |
| HSV(B) | 101.96º | 0.93% | 0.6% | - |
| XYZ | 12.91 | 23.56 | 4.15 | - |
| YUV | 106.8 | 73.37 | 89.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 153 | 10 | 0.65 | 0 | 0.93 | 0.4 | 101.96 | 0.88 | 0.32 |
| Hex | 35 | 99 | A | 41 | 0 | 5D | 28 | 66 | 58 | 20 |
| Octal | 65 | 231 | 12 | 101 | 0 | 135 | 50 | 146 | 130 | 40 |
| Binary | 110101 | 10011001 | 1010 | 1000001 | 0 | 1011101 | 101000 | 1100110 | 1011000 | 100000 |
Color Harmonies of #35990A
Complementary color
Monochromatic Colors of #35990A
Black with #35990A
Text Example
Text Example
White with #35990A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35990A; }
p { color: rgb(53,153,10); }
H1.HeaderClassName
{
color: #35990A;
}
.AnyTagClassName
{
color: #35990A;
}
</style>
background-color css
<style>
a { background-color: #35990A; }
a { background-color: rgb(53,153,10); }
div.DivClassName
{
background-color: #35990A;
}
.BgClassName
{
background-color: #35990A;
}
</style>
border-color css
<style>
span { border-color: #35990A; }
span { border-color: rgb(53,153,10); }
td.TdClassName
{
border-color: #35990A;
}
.TagClassName
{
border-color: #35990A;
}
</style>