Shades of La Palma #398C34
Tints of La Palma #398C34
RGB
CMYK
RGB Variations
Color information
#398C34 (or 0x398C34) is known color: La Palma. HEX triplet: 39, 8C and 34. RGB value is (57,140,52). Sum of RGB (Red+Green+Blue) = 57+140+52=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 140 (55.08% from 255 or 56.22% from 249); Blue value is 52 (20.70% from 255 or 20.88% from 249); Max value from RGB is 140 - color contains mainly: green. Hex color #398C34 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398C34 is #C673CB. Grayscale: #696969. Windows color (decimal): -13005772 or 3443769. OLE color: 3443769.
HSL color Cylindrical-coordinate representation of color #398C34: hue angle of 116.59º degrees, saturation: 0.46, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #398C34 is Cyan = 0.59, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 57 | 140 | 52 | - |
| CMYK | 0.59 | 0 | 0.63 | 0.45 |
| HSL | 116.59º | 0.46% | 0.38% | - |
| HSV(B) | 116.59º | 0.63% | 0.55% | - |
| XYZ | 11.69 | 19.87 | 6.47 | - |
| YUV | 105.15 | 98 | 93.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 140 | 52 | 0.59 | 0 | 0.63 | 0.45 | 116.59 | 0.46 | 0.38 |
| Hex | 39 | 8C | 34 | 3B | 0 | 3F | 2D | 75 | 2E | 26 |
| Octal | 71 | 214 | 64 | 73 | 0 | 77 | 55 | 165 | 56 | 46 |
| Binary | 111001 | 10001100 | 110100 | 111011 | 0 | 111111 | 101101 | 1110101 | 101110 | 100110 |
Color Harmonies of #398C34
Complementary color
Monochromatic Colors of #398C34
Black with #398C34
Text Example
Text Example
White with #398C34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398C34; }
p { color: rgb(57,140,52); }
H1.HeaderClassName
{
color: #398C34;
}
.AnyTagClassName
{
color: #398C34;
}
</style>
background-color css
<style>
a { background-color: #398C34; }
a { background-color: rgb(57,140,52); }
div.DivClassName
{
background-color: #398C34;
}
.BgClassName
{
background-color: #398C34;
}
</style>
border-color css
<style>
span { border-color: #398C34; }
span { border-color: rgb(57,140,52); }
td.TdClassName
{
border-color: #398C34;
}
.TagClassName
{
border-color: #398C34;
}
</style>