Shades of La Palma #398B2D
Tints of La Palma #398B2D
RGB
CMYK
RGB Variations
Color information
#398B2D (or 0x398B2D) is known color: La Palma. HEX triplet: 39, 8B and 2D. RGB value is (57,139,45). Sum of RGB (Red+Green+Blue) = 57+139+45=241 (31% of max value = 765). Red value is 57 (22.66% from 255 or 23.65% from 241); Green value is 139 (54.69% from 255 or 57.68% from 241); Blue value is 45 (17.97% from 255 or 18.67% from 241); Max value from RGB is 139 - color contains mainly: green. Hex color #398B2D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398B2D is #C674D2. Grayscale: #686868. Windows color (decimal): -13006035 or 2984761. OLE color: 2984761.
HSL color Cylindrical-coordinate representation of color #398B2D: hue angle of 112.34º degrees, saturation: 0.51, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #398B2D is Cyan = 0.59, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 139 | 45 | - |
| CMYK | 0.59 | 0 | 0.68 | 0.45 |
| HSL | 112.34º | 0.51% | 0.36% | - |
| HSV(B) | 112.34º | 0.68% | 0.55% | - |
| XYZ | 11.39 | 19.52 | 5.65 | - |
| YUV | 103.77 | 94.83 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 139 | 45 | 0.59 | 0 | 0.68 | 0.45 | 112.34 | 0.51 | 0.36 |
| Hex | 39 | 8B | 2D | 3B | 0 | 44 | 2D | 70 | 33 | 24 |
| Octal | 71 | 213 | 55 | 73 | 0 | 104 | 55 | 160 | 63 | 44 |
| Binary | 111001 | 10001011 | 101101 | 111011 | 0 | 1000100 | 101101 | 1110000 | 110011 | 100100 |
Color Harmonies of #398B2D
Complementary color
Monochromatic Colors of #398B2D
Black with #398B2D
Text Example
Text Example
White with #398B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398B2D; }
p { color: rgb(57,139,45); }
H1.HeaderClassName
{
color: #398B2D;
}
.AnyTagClassName
{
color: #398B2D;
}
</style>
background-color css
<style>
a { background-color: #398B2D; }
a { background-color: rgb(57,139,45); }
div.DivClassName
{
background-color: #398B2D;
}
.BgClassName
{
background-color: #398B2D;
}
</style>
border-color css
<style>
span { border-color: #398B2D; }
span { border-color: rgb(57,139,45); }
td.TdClassName
{
border-color: #398B2D;
}
.TagClassName
{
border-color: #398B2D;
}
</style>