Shades of La Palma #399334
Tints of La Palma #399334
RGB
CMYK
RGB Variations
Color information
#399334 (or 0x399334) is known color: La Palma. HEX triplet: 39, 93 and 34. RGB value is (57,147,52). Sum of RGB (Red+Green+Blue) = 57+147+52=256 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.27% from 256); Green value is 147 (57.81% from 255 or 57.42% from 256); Blue value is 52 (20.70% from 255 or 20.31% from 256); Max value from RGB is 147 - color contains mainly: green. Hex color #399334 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399334 is #C66CCB. Grayscale: #6D6D6D. Windows color (decimal): -13003980 or 3445561. OLE color: 3445561.
HSL color Cylindrical-coordinate representation of color #399334: hue angle of 116.84º degrees, saturation: 0.48, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #399334 is Cyan = 0.61, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.42.
Color convert
| RGB | 57 | 147 | 52 | - |
| CMYK | 0.61 | 0 | 0.65 | 0.42 |
| HSL | 116.84º | 0.48% | 0.39% | - |
| HSV(B) | 116.84º | 0.65% | 0.58% | - |
| XYZ | 12.74 | 21.99 | 6.82 | - |
| YUV | 109.26 | 95.68 | 90.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 147 | 52 | 0.61 | 0 | 0.65 | 0.42 | 116.84 | 0.48 | 0.39 |
| Hex | 39 | 93 | 34 | 3D | 0 | 41 | 2A | 75 | 30 | 27 |
| Octal | 71 | 223 | 64 | 75 | 0 | 101 | 52 | 165 | 60 | 47 |
| Binary | 111001 | 10010011 | 110100 | 111101 | 0 | 1000001 | 101010 | 1110101 | 110000 | 100111 |
Color Harmonies of #399334
Complementary color
Monochromatic Colors of #399334
Black with #399334
Text Example
Text Example
White with #399334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399334; }
p { color: rgb(57,147,52); }
H1.HeaderClassName
{
color: #399334;
}
.AnyTagClassName
{
color: #399334;
}
</style>
background-color css
<style>
a { background-color: #399334; }
a { background-color: rgb(57,147,52); }
div.DivClassName
{
background-color: #399334;
}
.BgClassName
{
background-color: #399334;
}
</style>
border-color css
<style>
span { border-color: #399334; }
span { border-color: rgb(57,147,52); }
td.TdClassName
{
border-color: #399334;
}
.TagClassName
{
border-color: #399334;
}
</style>