Shades of La Palma #39952A
Tints of La Palma #39952A
RGB
CMYK
RGB Variations
Color information
#39952A (or 0x39952A) is known color: La Palma. HEX triplet: 39, 95 and 2A. RGB value is (57,149,42). Sum of RGB (Red+Green+Blue) = 57+149+42=248 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.98% from 248); Green value is 149 (58.59% from 255 or 60.08% from 248); Blue value is 42 (16.80% from 255 or 16.94% from 248); Max value from RGB is 149 - color contains mainly: green. Hex color #39952A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39952A is #C66AD5. Grayscale: #6D6D6D. Windows color (decimal): -13003478 or 2790713. OLE color: 2790713.
HSL color Cylindrical-coordinate representation of color #39952A: hue angle of 111.59º 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 #39952A is Cyan = 0.62, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 149 | 42 | - |
| CMYK | 0.62 | 0 | 0.72 | 0.42 |
| HSL | 111.59º | 0.56% | 0.37% | - |
| HSV(B) | 111.59º | 0.72% | 0.58% | - |
| XYZ | 12.85 | 22.53 | 5.86 | - |
| YUV | 109.29 | 90.02 | 90.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 149 | 42 | 0.62 | 0 | 0.72 | 0.42 | 111.59 | 0.56 | 0.37 |
| Hex | 39 | 95 | 2A | 3E | 0 | 48 | 2A | 70 | 38 | 25 |
| Octal | 71 | 225 | 52 | 76 | 0 | 110 | 52 | 160 | 70 | 45 |
| Binary | 111001 | 10010101 | 101010 | 111110 | 0 | 1001000 | 101010 | 1110000 | 111000 | 100101 |
Color Harmonies of #39952A
Complementary color
Monochromatic Colors of #39952A
Black with #39952A
Text Example
Text Example
White with #39952A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39952A; }
p { color: rgb(57,149,42); }
H1.HeaderClassName
{
color: #39952A;
}
.AnyTagClassName
{
color: #39952A;
}
</style>
background-color css
<style>
a { background-color: #39952A; }
a { background-color: rgb(57,149,42); }
div.DivClassName
{
background-color: #39952A;
}
.BgClassName
{
background-color: #39952A;
}
</style>
border-color css
<style>
span { border-color: #39952A; }
span { border-color: rgb(57,149,42); }
td.TdClassName
{
border-color: #39952A;
}
.TagClassName
{
border-color: #39952A;
}
</style>