Shades of La Palma #398F1F
Tints of La Palma #398F1F
RGB
CMYK
RGB Variations
Color information
#398F1F (or 0x398F1F) is known color: La Palma. HEX triplet: 39, 8F and 1F. RGB value is (57,143,31). Sum of RGB (Red+Green+Blue) = 57+143+31=231 (30% of max value = 765). Red value is 57 (22.66% from 255 or 24.68% from 231); Green value is 143 (56.25% from 255 or 61.90% from 231); Blue value is 31 (12.5% from 255 or 13.42% from 231); Max value from RGB is 143 - color contains mainly: green. Hex color #398F1F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398F1F is #C670E0. Grayscale: #686868. Windows color (decimal): -13005025 or 2068281. OLE color: 2068281.
HSL color Cylindrical-coordinate representation of color #398F1F: hue angle of 106.07º degrees, saturation: 0.64, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #398F1F is Cyan = 0.60, Magento = 0, Yellow = 0.78 and Black (K on CMYK) = 0.44.
Color convert
| RGB | 57 | 143 | 31 | - |
| CMYK | 0.60 | 0 | 0.78 | 0.44 |
| HSL | 106.07º | 0.64% | 0.34% | - |
| HSV(B) | 106.07º | 0.78% | 0.56% | - |
| XYZ | 11.76 | 20.61 | 4.66 | - |
| YUV | 104.52 | 86.51 | 94.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 57 | 143 | 31 | 0.60 | 0 | 0.78 | 0.44 | 106.07 | 0.64 | 0.34 |
| Hex | 39 | 8F | 1F | 3C | 0 | 4E | 2C | 6A | 40 | 22 |
| Octal | 71 | 217 | 37 | 74 | 0 | 116 | 54 | 152 | 100 | 42 |
| Binary | 111001 | 10001111 | 11111 | 111100 | 0 | 1001110 | 101100 | 1101010 | 1000000 | 100010 |
Color Harmonies of #398F1F
Complementary color
Monochromatic Colors of #398F1F
Black with #398F1F
Text Example
Text Example
White with #398F1F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #398F1F; }
p { color: rgb(57,143,31); }
H1.HeaderClassName
{
color: #398F1F;
}
.AnyTagClassName
{
color: #398F1F;
}
</style>
background-color css
<style>
a { background-color: #398F1F; }
a { background-color: rgb(57,143,31); }
div.DivClassName
{
background-color: #398F1F;
}
.BgClassName
{
background-color: #398F1F;
}
</style>
border-color css
<style>
span { border-color: #398F1F; }
span { border-color: rgb(57,143,31); }
td.TdClassName
{
border-color: #398F1F;
}
.TagClassName
{
border-color: #398F1F;
}
</style>