Shades of La Palma #39912A
Tints of La Palma #39912A
RGB
CMYK
RGB Variations
Color information
#39912A (or 0x39912A) is known color: La Palma. HEX triplet: 39, 91 and 2A. RGB value is (57,145,42). Sum of RGB (Red+Green+Blue) = 57+145+42=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 145 (57.03% from 255 or 59.43% from 244); Blue value is 42 (16.80% from 255 or 17.21% from 244); Max value from RGB is 145 - color contains mainly: green. Hex color #39912A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #39912A is #C66ED5. Grayscale: #6B6B6B. Windows color (decimal): -13004502 or 2789689. OLE color: 2789689.
HSL color Cylindrical-coordinate representation of color #39912A: hue angle of 111.26º degrees, saturation: 0.55, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #39912A is Cyan = 0.61, Magento = 0, Yellow = 0.71 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 57 | 145 | 42 | - |
| CMYK | 0.61 | 0 | 0.71 | 0.43 |
| HSL | 111.26º | 0.55% | 0.37% | - |
| HSV(B) | 111.26º | 0.71% | 0.57% | - |
| XYZ | 12.23 | 21.29 | 5.65 | - |
| YUV | 106.95 | 91.35 | 92.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 145 | 42 | 0.61 | 0 | 0.71 | 0.43 | 111.26 | 0.55 | 0.37 |
| Hex | 39 | 91 | 2A | 3D | 0 | 47 | 2B | 6F | 37 | 25 |
| Octal | 71 | 221 | 52 | 75 | 0 | 107 | 53 | 157 | 67 | 45 |
| Binary | 111001 | 10010001 | 101010 | 111101 | 0 | 1000111 | 101011 | 1101111 | 110111 | 100101 |
Color Harmonies of #39912A
Complementary color
Monochromatic Colors of #39912A
Black with #39912A
Text Example
Text Example
White with #39912A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #39912A; }
p { color: rgb(57,145,42); }
H1.HeaderClassName
{
color: #39912A;
}
.AnyTagClassName
{
color: #39912A;
}
</style>
background-color css
<style>
a { background-color: #39912A; }
a { background-color: rgb(57,145,42); }
div.DivClassName
{
background-color: #39912A;
}
.BgClassName
{
background-color: #39912A;
}
</style>
border-color css
<style>
span { border-color: #39912A; }
span { border-color: rgb(57,145,42); }
td.TdClassName
{
border-color: #39912A;
}
.TagClassName
{
border-color: #39912A;
}
</style>