Shades of La Palma #3C952F
Tints of La Palma #3C952F
RGB
CMYK
RGB Variations
Color information
#3C952F (or 0x3C952F) is known color: La Palma. HEX triplet: 3C, 95 and 2F. RGB value is (60,149,47). Sum of RGB (Red+Green+Blue) = 60+149+47=256 (33% of max value = 765). Red value is 60 (23.83% from 255 or 23.44% from 256); Green value is 149 (58.59% from 255 or 58.20% from 256); Blue value is 47 (18.75% from 255 or 18.36% from 256); Max value from RGB is 149 - color contains mainly: green. Hex color #3C952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3C952F is #C36AD0. Grayscale: #6F6F6F. Windows color (decimal): -12806865 or 3118396. OLE color: 3118396.
HSL color Cylindrical-coordinate representation of color #3C952F: hue angle of 112.35º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #3C952F is Cyan = 0.60, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 60 | 149 | 47 | - |
| CMYK | 0.60 | 0 | 0.68 | 0.42 |
| HSL | 112.35º | 0.52% | 0.38% | - |
| HSV(B) | 112.35º | 0.68% | 0.58% | - |
| XYZ | 13.12 | 22.66 | 6.37 | - |
| YUV | 110.76 | 92.01 | 91.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 60 | 149 | 47 | 0.60 | 0 | 0.68 | 0.42 | 112.35 | 0.52 | 0.38 |
| Hex | 3C | 95 | 2F | 3C | 0 | 44 | 2A | 70 | 34 | 26 |
| Octal | 74 | 225 | 57 | 74 | 0 | 104 | 52 | 160 | 64 | 46 |
| Binary | 111100 | 10010101 | 101111 | 111100 | 0 | 1000100 | 101010 | 1110000 | 110100 | 100110 |
Color Harmonies of #3C952F
Complementary color
Monochromatic Colors of #3C952F
Black with #3C952F
Text Example
Text Example
White with #3C952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3C952F; }
p { color: rgb(60,149,47); }
H1.HeaderClassName
{
color: #3C952F;
}
.AnyTagClassName
{
color: #3C952F;
}
</style>
background-color css
<style>
a { background-color: #3C952F; }
a { background-color: rgb(60,149,47); }
div.DivClassName
{
background-color: #3C952F;
}
.BgClassName
{
background-color: #3C952F;
}
</style>
border-color css
<style>
span { border-color: #3C952F; }
span { border-color: rgb(60,149,47); }
td.TdClassName
{
border-color: #3C952F;
}
.TagClassName
{
border-color: #3C952F;
}
</style>