Shades of La Palma #39952C
Tints of La Palma #39952C
RGB
CMYK
RGB Variations
Color information
#39952C (or 0x39952C) is known color: La Palma. HEX triplet: 39, 95 and 2C. RGB value is (57,149,44). Sum of RGB (Red+Green+Blue) = 57+149+44=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 149 (58.59% from 255 or 59.6% from 250); Blue value is 44 (17.58% from 255 or 17.6% from 250); Max value from RGB is 149 - color contains mainly: green. Hex color #39952C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39952C is #C66AD3. Grayscale: #6D6D6D. Windows color (decimal): -13003476 or 2921785. OLE color: 2921785.
HSL color Cylindrical-coordinate representation of color #39952C: hue angle of 112.57º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #39952C is Cyan = 0.62, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 149 | 44 | - |
| CMYK | 0.62 | 0 | 0.70 | 0.42 |
| HSL | 112.57º | 0.54% | 0.38% | - |
| HSV(B) | 112.57º | 0.7% | 0.58% | - |
| XYZ | 12.89 | 22.55 | 6.06 | - |
| YUV | 109.52 | 91.02 | 90.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 149 | 44 | 0.62 | 0 | 0.70 | 0.42 | 112.57 | 0.54 | 0.38 |
| Hex | 39 | 95 | 2C | 3E | 0 | 46 | 2A | 71 | 36 | 26 |
| Octal | 71 | 225 | 54 | 76 | 0 | 106 | 52 | 161 | 66 | 46 |
| Binary | 111001 | 10010101 | 101100 | 111110 | 0 | 1000110 | 101010 | 1110001 | 110110 | 100110 |
Color Harmonies of #39952C
Complementary color
Monochromatic Colors of #39952C
Black with #39952C
Text Example
Text Example
White with #39952C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39952C; }
p { color: rgb(57,149,44); }
H1.HeaderClassName
{
color: #39952C;
}
.AnyTagClassName
{
color: #39952C;
}
</style>
background-color css
<style>
a { background-color: #39952C; }
a { background-color: rgb(57,149,44); }
div.DivClassName
{
background-color: #39952C;
}
.BgClassName
{
background-color: #39952C;
}
</style>
border-color css
<style>
span { border-color: #39952C; }
span { border-color: rgb(57,149,44); }
td.TdClassName
{
border-color: #39952C;
}
.TagClassName
{
border-color: #39952C;
}
</style>