Shades of La Palma #408C31
Tints of La Palma #408C31
RGB
CMYK
RGB Variations
Color information
#408C31 (or 0x408C31) is known color: La Palma. HEX triplet: 40, 8C and 31. RGB value is (64,140,49). Sum of RGB (Red+Green+Blue) = 64+140+49=253 (33% of max value = 765). Red value is 64 (25.39% from 255 or 25.30% from 253); Green value is 140 (55.08% from 255 or 55.34% from 253); Blue value is 49 (19.53% from 255 or 19.37% from 253); Max value from RGB is 140 - color contains mainly: green. Hex color #408C31 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #408C31 is #BF73CE. Grayscale: #6B6B6B. Windows color (decimal): -12547023 or 3247168. OLE color: 3247168.
HSL color Cylindrical-coordinate representation of color #408C31: hue angle of 110.11º degrees, saturation: 0.48, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #408C31 is Cyan = 0.54, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.45.
Color convert
| RGB | 64 | 140 | 49 | - |
| CMYK | 0.54 | 0 | 0.65 | 0.45 |
| HSL | 110.11º | 0.48% | 0.37% | - |
| HSV(B) | 110.11º | 0.65% | 0.55% | - |
| XYZ | 12.05 | 20.07 | 6.14 | - |
| YUV | 106.9 | 95.32 | 97.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 140 | 49 | 0.54 | 0 | 0.65 | 0.45 | 110.11 | 0.48 | 0.37 |
| Hex | 40 | 8C | 31 | 36 | 0 | 41 | 2D | 6E | 30 | 25 |
| Octal | 100 | 214 | 61 | 66 | 0 | 101 | 55 | 156 | 60 | 45 |
| Binary | 1000000 | 10001100 | 110001 | 110110 | 0 | 1000001 | 101101 | 1101110 | 110000 | 100101 |
Color Harmonies of #408C31
Complementary color
Monochromatic Colors of #408C31
Black with #408C31
Text Example
Text Example
White with #408C31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #408C31; }
p { color: rgb(64,140,49); }
H1.HeaderClassName
{
color: #408C31;
}
.AnyTagClassName
{
color: #408C31;
}
</style>
background-color css
<style>
a { background-color: #408C31; }
a { background-color: rgb(64,140,49); }
div.DivClassName
{
background-color: #408C31;
}
.BgClassName
{
background-color: #408C31;
}
</style>
border-color css
<style>
span { border-color: #408C31; }
span { border-color: rgb(64,140,49); }
td.TdClassName
{
border-color: #408C31;
}
.TagClassName
{
border-color: #408C31;
}
</style>