Shades of La Palma #398A32
Tints of La Palma #398A32
RGB
CMYK
RGB Variations
Color information
#398A32 (or 0x398A32) is known color: La Palma. HEX triplet: 39, 8A and 32. RGB value is (57,138,50). Sum of RGB (Red+Green+Blue) = 57+138+50=245 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.27% from 245); Green value is 138 (54.30% from 255 or 56.33% from 245); Blue value is 50 (19.92% from 255 or 20.41% from 245); Max value from RGB is 138 - color contains mainly: green. Hex color #398A32 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398A32 is #C675CD. Grayscale: #686868. Windows color (decimal): -13006286 or 3312185. OLE color: 3312185.
HSL color Cylindrical-coordinate representation of color #398A32: hue angle of 115.23º degrees, saturation: 0.47, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #398A32 is Cyan = 0.59, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.46.
Color convert
| RGB | 57 | 138 | 50 | - |
| CMYK | 0.59 | 0 | 0.64 | 0.46 |
| HSL | 115.23º | 0.47% | 0.37% | - |
| HSV(B) | 115.23º | 0.64% | 0.54% | - |
| XYZ | 11.35 | 19.28 | 6.14 | - |
| YUV | 103.75 | 97.66 | 94.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 138 | 50 | 0.59 | 0 | 0.64 | 0.46 | 115.23 | 0.47 | 0.37 |
| Hex | 39 | 8A | 32 | 3B | 0 | 40 | 2E | 73 | 2F | 25 |
| Octal | 71 | 212 | 62 | 73 | 0 | 100 | 56 | 163 | 57 | 45 |
| Binary | 111001 | 10001010 | 110010 | 111011 | 0 | 1000000 | 101110 | 1110011 | 101111 | 100101 |
Color Harmonies of #398A32
Complementary color
Monochromatic Colors of #398A32
Black with #398A32
Text Example
Text Example
White with #398A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398A32; }
p { color: rgb(57,138,50); }
H1.HeaderClassName
{
color: #398A32;
}
.AnyTagClassName
{
color: #398A32;
}
</style>
background-color css
<style>
a { background-color: #398A32; }
a { background-color: rgb(57,138,50); }
div.DivClassName
{
background-color: #398A32;
}
.BgClassName
{
background-color: #398A32;
}
</style>
border-color css
<style>
span { border-color: #398A32; }
span { border-color: rgb(57,138,50); }
td.TdClassName
{
border-color: #398A32;
}
.TagClassName
{
border-color: #398A32;
}
</style>