Shades of La Palma #3D952F
Tints of La Palma #3D952F
RGB
CMYK
RGB Variations
Color information
#3D952F (or 0x3D952F) is known color: La Palma. HEX triplet: 3D, 95 and 2F. RGB value is (61,149,47). Sum of RGB (Red+Green+Blue) = 61+149+47=257 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.74% from 257); Green value is 149 (58.59% from 255 or 57.98% from 257); Blue value is 47 (18.75% from 255 or 18.29% from 257); Max value from RGB is 149 - color contains mainly: green. Hex color #3D952F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #3D952F is #C26AD0. Grayscale: #6F6F6F. Windows color (decimal): -12741329 or 3118397. OLE color: 3118397.
HSL color Cylindrical-coordinate representation of color #3D952F: hue angle of 111.76º 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 #3D952F is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 61 | 149 | 47 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.42 |
| HSL | 111.76º | 0.52% | 0.38% | - |
| HSV(B) | 111.76º | 0.68% | 0.58% | - |
| XYZ | 13.19 | 22.69 | 6.37 | - |
| YUV | 111.06 | 91.85 | 92.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 149 | 47 | 0.59 | 0 | 0.68 | 0.42 | 111.76 | 0.52 | 0.38 |
| Hex | 3D | 95 | 2F | 3B | 0 | 44 | 2A | 70 | 34 | 26 |
| Octal | 75 | 225 | 57 | 73 | 0 | 104 | 52 | 160 | 64 | 46 |
| Binary | 111101 | 10010101 | 101111 | 111011 | 0 | 1000100 | 101010 | 1110000 | 110100 | 100110 |
Color Harmonies of #3D952F
Complementary color
Monochromatic Colors of #3D952F
Black with #3D952F
Text Example
Text Example
White with #3D952F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D952F; }
p { color: rgb(61,149,47); }
H1.HeaderClassName
{
color: #3D952F;
}
.AnyTagClassName
{
color: #3D952F;
}
</style>
background-color css
<style>
a { background-color: #3D952F; }
a { background-color: rgb(61,149,47); }
div.DivClassName
{
background-color: #3D952F;
}
.BgClassName
{
background-color: #3D952F;
}
</style>
border-color css
<style>
span { border-color: #3D952F; }
span { border-color: rgb(61,149,47); }
td.TdClassName
{
border-color: #3D952F;
}
.TagClassName
{
border-color: #3D952F;
}
</style>