Shades of La Palma #35950C
Tints of La Palma #35950C
RGB
CMYK
RGB Variations
Color information
#35950C (or 0x35950C) is known color: La Palma. HEX triplet: 35, 95 and 0C. RGB value is (53,149,12). Sum of RGB (Red+Green+Blue) = 53+149+12=214 (28% of max value = 765). Red value is 53 (21.09% from 255 or 24.77% from 214); Green value is 149 (58.59% from 255 or 69.63% from 214); Blue value is 12 (5.08% from 255 or 5.61% from 214); Max value from RGB is 149 - color contains mainly: green. Hex color #35950C is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #35950C is #CA6AF3. Grayscale: #696969. Windows color (decimal): -13265652 or 824629. OLE color: 824629.
HSL color Cylindrical-coordinate representation of color #35950C: hue angle of 102.04º degrees, saturation: 0.85, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #35950C is Cyan = 0.64, Magento = 0, Yellow = 0.92 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 53 | 149 | 12 | - |
| CMYK | 0.64 | 0 | 0.92 | 0.42 |
| HSL | 102.04º | 0.85% | 0.32% | - |
| HSV(B) | 102.04º | 0.92% | 0.58% | - |
| XYZ | 12.28 | 22.28 | 4 | - |
| YUV | 104.68 | 75.7 | 91.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 53 | 149 | 12 | 0.64 | 0 | 0.92 | 0.42 | 102.04 | 0.85 | 0.32 |
| Hex | 35 | 95 | C | 40 | 0 | 5C | 2A | 66 | 55 | 20 |
| Octal | 65 | 225 | 14 | 100 | 0 | 134 | 52 | 146 | 125 | 40 |
| Binary | 110101 | 10010101 | 1100 | 1000000 | 0 | 1011100 | 101010 | 1100110 | 1010101 | 100000 |
Color Harmonies of #35950C
Complementary color
Monochromatic Colors of #35950C
Black with #35950C
Text Example
Text Example
White with #35950C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #35950C; }
p { color: rgb(53,149,12); }
H1.HeaderClassName
{
color: #35950C;
}
.AnyTagClassName
{
color: #35950C;
}
</style>
background-color css
<style>
a { background-color: #35950C; }
a { background-color: rgb(53,149,12); }
div.DivClassName
{
background-color: #35950C;
}
.BgClassName
{
background-color: #35950C;
}
</style>
border-color css
<style>
span { border-color: #35950C; }
span { border-color: rgb(53,149,12); }
td.TdClassName
{
border-color: #35950C;
}
.TagClassName
{
border-color: #35950C;
}
</style>