Shades of La Palma #409230
Tints of La Palma #409230
RGB
CMYK
RGB Variations
Color information
#409230 (or 0x409230) is known color: La Palma. HEX triplet: 40, 92 and 30. RGB value is (64,146,48). Sum of RGB (Red+Green+Blue) = 64+146+48=258 (34% of max value = 765). Red value is 64 (25.39% from 255 or 24.81% from 258); Green value is 146 (57.42% from 255 or 56.59% from 258); Blue value is 48 (19.14% from 255 or 18.60% from 258); Max value from RGB is 146 - color contains mainly: green. Hex color #409230 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #409230 is #BF6DCF. Grayscale: #6E6E6E. Windows color (decimal): -12545488 or 3183168. OLE color: 3183168.
HSL color Cylindrical-coordinate representation of color #409230: hue angle of 110.2º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #409230 is Cyan = 0.56, Magento = 0, Yellow = 0.67 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 146 | 48 | - |
| CMYK | 0.56 | 0 | 0.67 | 0.43 |
| HSL | 110.2º | 0.51% | 0.38% | - |
| HSV(B) | 110.2º | 0.67% | 0.57% | - |
| XYZ | 12.93 | 21.86 | 6.33 | - |
| YUV | 110.31 | 92.83 | 94.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 48 | 0.56 | 0 | 0.67 | 0.43 | 110.2 | 0.51 | 0.38 |
| Hex | 40 | 92 | 30 | 38 | 0 | 43 | 2B | 6E | 33 | 26 |
| Octal | 100 | 222 | 60 | 70 | 0 | 103 | 53 | 156 | 63 | 46 |
| Binary | 1000000 | 10010010 | 110000 | 111000 | 0 | 1000011 | 101011 | 1101110 | 110011 | 100110 |
Color Harmonies of #409230
Complementary color
Monochromatic Colors of #409230
Black with #409230
Text Example
Text Example
White with #409230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409230; }
p { color: rgb(64,146,48); }
H1.HeaderClassName
{
color: #409230;
}
.AnyTagClassName
{
color: #409230;
}
</style>
background-color css
<style>
a { background-color: #409230; }
a { background-color: rgb(64,146,48); }
div.DivClassName
{
background-color: #409230;
}
.BgClassName
{
background-color: #409230;
}
</style>
border-color css
<style>
span { border-color: #409230; }
span { border-color: rgb(64,146,48); }
td.TdClassName
{
border-color: #409230;
}
.TagClassName
{
border-color: #409230;
}
</style>