Shades of La Palma #35990C
Tints of La Palma #35990C
RGB
CMYK
RGB Variations
Color information
#35990C (or 0x35990C) is known color: La Palma. HEX triplet: 35, 99 and 0C. RGB value is (53,153,12). Sum of RGB (Red+Green+Blue) = 53+153+12=218 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.31% from 218); Green value is 153 (60.16% from 255 or 70.18% from 218); Blue value is 12 (5.08% from 255 or 5.50% from 218); Max value from RGB is 153 - color contains mainly: green. Hex color #35990C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35990C is #CA66F3. Grayscale: #6B6B6B. Windows color (decimal): -13264628 or 825653. OLE color: 825653.
HSL color Cylindrical-coordinate representation of color #35990C: hue angle of 102.55º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35990C is Cyan = 0.65, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.4.
Color convert
| RGB | 53 | 153 | 12 | - |
| CMYK | 0.65 | 0 | 0.92 | 0.4 |
| HSL | 102.55º | 0.85% | 0.32% | - |
| HSV(B) | 102.55º | 0.92% | 0.6% | - |
| XYZ | 12.93 | 23.57 | 4.22 | - |
| YUV | 107.03 | 74.37 | 89.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 153 | 12 | 0.65 | 0 | 0.92 | 0.4 | 102.55 | 0.85 | 0.32 |
| Hex | 35 | 99 | C | 41 | 0 | 5C | 28 | 67 | 55 | 20 |
| Octal | 65 | 231 | 14 | 101 | 0 | 134 | 50 | 147 | 125 | 40 |
| Binary | 110101 | 10011001 | 1100 | 1000001 | 0 | 1011100 | 101000 | 1100111 | 1010101 | 100000 |
Color Harmonies of #35990C
Complementary color
Monochromatic Colors of #35990C
Black with #35990C
Text Example
Text Example
White with #35990C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35990C; }
p { color: rgb(53,153,12); }
H1.HeaderClassName
{
color: #35990C;
}
.AnyTagClassName
{
color: #35990C;
}
</style>
background-color css
<style>
a { background-color: #35990C; }
a { background-color: rgb(53,153,12); }
div.DivClassName
{
background-color: #35990C;
}
.BgClassName
{
background-color: #35990C;
}
</style>
border-color css
<style>
span { border-color: #35990C; }
span { border-color: rgb(53,153,12); }
td.TdClassName
{
border-color: #35990C;
}
.TagClassName
{
border-color: #35990C;
}
</style>