Shades of La Palma #35990B
Tints of La Palma #35990B
RGB
CMYK
RGB Variations
Color information
#35990B (or 0x35990B) is known color: La Palma. HEX triplet: 35, 99 and 0B. RGB value is (53,153,11). Sum of RGB (Red+Green+Blue) = 53+153+11=217 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.42% from 217); Green value is 153 (60.16% from 255 or 70.51% from 217); Blue value is 11 (4.69% from 255 or 5.07% from 217); Max value from RGB is 153 - color contains mainly: green. Hex color #35990B is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35990B is #CA66F4. Grayscale: #6B6B6B. Windows color (decimal): -13264629 or 760117. OLE color: 760117.
HSL color Cylindrical-coordinate representation of color #35990B: hue angle of 102.25º degrees, saturation: 0.87, 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 #35990B is Cyan = 0.65, Magento = 0, Yellow = 0.93 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 153 | 11 | - |
| CMYK | 0.65 | 0 | 0.93 | 0.4 |
| HSL | 102.25º | 0.87% | 0.32% | - |
| HSV(B) | 102.25º | 0.93% | 0.6% | - |
| XYZ | 12.92 | 23.56 | 4.18 | - |
| YUV | 106.91 | 73.87 | 89.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 153 | 11 | 0.65 | 0 | 0.93 | 0.4 | 102.25 | 0.87 | 0.32 |
| Hex | 35 | 99 | B | 41 | 0 | 5D | 28 | 66 | 57 | 20 |
| Octal | 65 | 231 | 13 | 101 | 0 | 135 | 50 | 146 | 127 | 40 |
| Binary | 110101 | 10011001 | 1011 | 1000001 | 0 | 1011101 | 101000 | 1100110 | 1010111 | 100000 |
Color Harmonies of #35990B
Complementary color
Monochromatic Colors of #35990B
Black with #35990B
Text Example
Text Example
White with #35990B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35990B; }
p { color: rgb(53,153,11); }
H1.HeaderClassName
{
color: #35990B;
}
.AnyTagClassName
{
color: #35990B;
}
</style>
background-color css
<style>
a { background-color: #35990B; }
a { background-color: rgb(53,153,11); }
div.DivClassName
{
background-color: #35990B;
}
.BgClassName
{
background-color: #35990B;
}
</style>
border-color css
<style>
span { border-color: #35990B; }
span { border-color: rgb(53,153,11); }
td.TdClassName
{
border-color: #35990B;
}
.TagClassName
{
border-color: #35990B;
}
</style>