Shades of La Palma #399C34
Tints of La Palma #399C34
RGB
CMYK
RGB Variations
Color information
#399C34 (or 0x399C34) is known color: La Palma. HEX triplet: 39, 9C and 34. RGB value is (57,156,52). Sum of RGB (Red+Green+Blue) = 57+156+52=265 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.51% from 265); Green value is 156 (61.33% from 255 or 58.87% from 265); Blue value is 52 (20.70% from 255 or 19.62% from 265); Max value from RGB is 156 - color contains mainly: green. Hex color #399C34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399C34 is #C663CB. Grayscale: #727272. Windows color (decimal): -13001676 or 3447865. OLE color: 3447865.
HSL color Cylindrical-coordinate representation of color #399C34: hue angle of 117.12º degrees, saturation: 0.5, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #399C34 is Cyan = 0.63, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 156 | 52 | - |
| CMYK | 0.63 | 0 | 0.67 | 0.39 |
| HSL | 117.12º | 0.5% | 0.41% | - |
| HSV(B) | 117.12º | 0.67% | 0.61% | - |
| XYZ | 14.2 | 24.89 | 7.31 | - |
| YUV | 114.54 | 92.7 | 86.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 156 | 52 | 0.63 | 0 | 0.67 | 0.39 | 117.12 | 0.5 | 0.41 |
| Hex | 39 | 9C | 34 | 3F | 0 | 43 | 27 | 75 | 32 | 29 |
| Octal | 71 | 234 | 64 | 77 | 0 | 103 | 47 | 165 | 62 | 51 |
| Binary | 111001 | 10011100 | 110100 | 111111 | 0 | 1000011 | 100111 | 1110101 | 110010 | 101001 |
Color Harmonies of #399C34
Complementary color
Monochromatic Colors of #399C34
Black with #399C34
Text Example
Text Example
White with #399C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399C34; }
p { color: rgb(57,156,52); }
H1.HeaderClassName
{
color: #399C34;
}
.AnyTagClassName
{
color: #399C34;
}
</style>
background-color css
<style>
a { background-color: #399C34; }
a { background-color: rgb(57,156,52); }
div.DivClassName
{
background-color: #399C34;
}
.BgClassName
{
background-color: #399C34;
}
</style>
border-color css
<style>
span { border-color: #399C34; }
span { border-color: rgb(57,156,52); }
td.TdClassName
{
border-color: #399C34;
}
.TagClassName
{
border-color: #399C34;
}
</style>