Shades of La Palma #3C952A
Tints of La Palma #3C952A
RGB
CMYK
RGB Variations
Color information
#3C952A (or 0x3C952A) is known color: La Palma. HEX triplet: 3C, 95 and 2A. RGB value is (60,149,42). Sum of RGB (Red+Green+Blue) = 60+149+42=251 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.90% from 251); Green value is 149 (58.59% from 255 or 59.36% from 251); Blue value is 42 (16.80% from 255 or 16.73% from 251); Max value from RGB is 149 - color contains mainly: green. Hex color #3C952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C952A is #C36AD5. Grayscale: #6E6E6E. Windows color (decimal): -12806870 or 2790716. OLE color: 2790716.
HSL color Cylindrical-coordinate representation of color #3C952A: hue angle of 109.91º degrees, saturation: 0.56, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #3C952A is Cyan = 0.60, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 149 | 42 | - |
| CMYK | 0.60 | 0 | 0.72 | 0.42 |
| HSL | 109.91º | 0.56% | 0.37% | - |
| HSV(B) | 109.91º | 0.72% | 0.58% | - |
| XYZ | 13.03 | 22.62 | 5.87 | - |
| YUV | 110.19 | 89.51 | 92.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 42 | 0.60 | 0 | 0.72 | 0.42 | 109.91 | 0.56 | 0.37 |
| Hex | 3C | 95 | 2A | 3C | 0 | 48 | 2A | 6E | 38 | 25 |
| Octal | 74 | 225 | 52 | 74 | 0 | 110 | 52 | 156 | 70 | 45 |
| Binary | 111100 | 10010101 | 101010 | 111100 | 0 | 1001000 | 101010 | 1101110 | 111000 | 100101 |
Color Harmonies of #3C952A
Complementary color
Monochromatic Colors of #3C952A
Black with #3C952A
Text Example
Text Example
White with #3C952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C952A; }
p { color: rgb(60,149,42); }
H1.HeaderClassName
{
color: #3C952A;
}
.AnyTagClassName
{
color: #3C952A;
}
</style>
background-color css
<style>
a { background-color: #3C952A; }
a { background-color: rgb(60,149,42); }
div.DivClassName
{
background-color: #3C952A;
}
.BgClassName
{
background-color: #3C952A;
}
</style>
border-color css
<style>
span { border-color: #3C952A; }
span { border-color: rgb(60,149,42); }
td.TdClassName
{
border-color: #3C952A;
}
.TagClassName
{
border-color: #3C952A;
}
</style>