Shades of La Palma #398B2E
Tints of La Palma #398B2E
RGB
CMYK
RGB Variations
Color information
#398B2E (or 0x398B2E) is known color: La Palma. HEX triplet: 39, 8B and 2E. RGB value is (57,139,46). Sum of RGB (Red+Green+Blue) = 57+139+46=242 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.55% from 242); Green value is 139 (54.69% from 255 or 57.44% from 242); Blue value is 46 (18.36% from 255 or 19.01% from 242); Max value from RGB is 139 - color contains mainly: green. Hex color #398B2E is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398B2E is #C674D1. Grayscale: #686868. Windows color (decimal): -13006034 or 3050297. OLE color: 3050297.
HSL color Cylindrical-coordinate representation of color #398B2E: hue angle of 112.9º degrees, saturation: 0.5, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #398B2E is Cyan = 0.59, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 139 | 46 | - |
| CMYK | 0.59 | 0 | 0.67 | 0.45 |
| HSL | 112.9º | 0.5% | 0.36% | - |
| HSV(B) | 112.9º | 0.67% | 0.55% | - |
| XYZ | 11.41 | 19.53 | 5.75 | - |
| YUV | 103.88 | 95.33 | 94.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 46 | 0.59 | 0 | 0.67 | 0.45 | 112.9 | 0.5 | 0.36 |
| Hex | 39 | 8B | 2E | 3B | 0 | 43 | 2D | 71 | 32 | 24 |
| Octal | 71 | 213 | 56 | 73 | 0 | 103 | 55 | 161 | 62 | 44 |
| Binary | 111001 | 10001011 | 101110 | 111011 | 0 | 1000011 | 101101 | 1110001 | 110010 | 100100 |
Color Harmonies of #398B2E
Complementary color
Monochromatic Colors of #398B2E
Black with #398B2E
Text Example
Text Example
White with #398B2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B2E; }
p { color: rgb(57,139,46); }
H1.HeaderClassName
{
color: #398B2E;
}
.AnyTagClassName
{
color: #398B2E;
}
</style>
background-color css
<style>
a { background-color: #398B2E; }
a { background-color: rgb(57,139,46); }
div.DivClassName
{
background-color: #398B2E;
}
.BgClassName
{
background-color: #398B2E;
}
</style>
border-color css
<style>
span { border-color: #398B2E; }
span { border-color: rgb(57,139,46); }
td.TdClassName
{
border-color: #398B2E;
}
.TagClassName
{
border-color: #398B2E;
}
</style>