Shades of La Palma #399C28
Tints of La Palma #399C28
RGB
CMYK
RGB Variations
Color information
#399C28 (or 0x399C28) is known color: La Palma. HEX triplet: 39, 9C and 28. RGB value is (57,156,40). Sum of RGB (Red+Green+Blue) = 57+156+40=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 156 (61.33% from 255 or 61.66% from 253); Blue value is 40 (16.02% from 255 or 15.81% from 253); Max value from RGB is 156 - color contains mainly: green. Hex color #399C28 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #399C28 is #C663D7. Grayscale: #717171. Windows color (decimal): -13001688 or 2661433. OLE color: 2661433.
HSL color Cylindrical-coordinate representation of color #399C28: hue angle of 111.21º degrees, saturation: 0.59, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #399C28 is Cyan = 0.63, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.39.
Color convert
| RGB | 57 | 156 | 40 | - |
| CMYK | 0.63 | 0 | 0.74 | 0.39 |
| HSL | 111.21º | 0.59% | 0.38% | - |
| HSV(B) | 111.21º | 0.74% | 0.61% | - |
| XYZ | 13.96 | 24.8 | 6.06 | - |
| YUV | 113.18 | 86.7 | 87.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 156 | 40 | 0.63 | 0 | 0.74 | 0.39 | 111.21 | 0.59 | 0.38 |
| Hex | 39 | 9C | 28 | 3F | 0 | 4A | 27 | 6F | 3B | 26 |
| Octal | 71 | 234 | 50 | 77 | 0 | 112 | 47 | 157 | 73 | 46 |
| Binary | 111001 | 10011100 | 101000 | 111111 | 0 | 1001010 | 100111 | 1101111 | 111011 | 100110 |
Color Harmonies of #399C28
Complementary color
Monochromatic Colors of #399C28
Black with #399C28
Text Example
Text Example
White with #399C28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #399C28; }
p { color: rgb(57,156,40); }
H1.HeaderClassName
{
color: #399C28;
}
.AnyTagClassName
{
color: #399C28;
}
</style>
background-color css
<style>
a { background-color: #399C28; }
a { background-color: rgb(57,156,40); }
div.DivClassName
{
background-color: #399C28;
}
.BgClassName
{
background-color: #399C28;
}
</style>
border-color css
<style>
span { border-color: #399C28; }
span { border-color: rgb(57,156,40); }
td.TdClassName
{
border-color: #399C28;
}
.TagClassName
{
border-color: #399C28;
}
</style>