Shades of La Palma #409202
Tints of La Palma #409202
RGB
CMYK
RGB Variations
Color information
#409202 (or 0x409202) is known color: La Palma. HEX triplet: 40, 92 and 02. RGB value is (64,146,2). Sum of RGB (Red+Green+Blue) = 64+146+2=212 (28% of max value = 765). Red value is 64 (25.39% from 255 or 30.19% from 212); Green value is 146 (57.42% from 255 or 68.87% from 212); Blue value is 2 (1.17% from 255 or 0.94% from 212); Max value from RGB is 146 - color contains mainly: green. Hex color #409202 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409202 is #BF6DFD. Grayscale: #696969. Windows color (decimal): -12545534 or 168512. OLE color: 168512.
HSL color Cylindrical-coordinate representation of color #409202: hue angle of 94.17º degrees, saturation: 0.97, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #409202 is Cyan = 0.56, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 64 | 146 | 2 | - |
| CMYK | 0.56 | 0 | 0.99 | 0.43 |
| HSL | 94.17º | 0.97% | 0.29% | - |
| HSV(B) | 94.17º | 0.99% | 0.57% | - |
| XYZ | 12.4 | 21.65 | 3.58 | - |
| YUV | 105.07 | 69.83 | 98.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 146 | 2 | 0.56 | 0 | 0.99 | 0.43 | 94.17 | 0.97 | 0.29 |
| Hex | 40 | 92 | 2 | 38 | 0 | 63 | 2B | 5E | 61 | 1D |
| Octal | 100 | 222 | 2 | 70 | 0 | 143 | 53 | 136 | 141 | 35 |
| Binary | 1000000 | 10010010 | 10 | 111000 | 0 | 1100011 | 101011 | 1011110 | 1100001 | 11101 |
Color Harmonies of #409202
Complementary color
Monochromatic Colors of #409202
Black with #409202
Text Example
Text Example
White with #409202
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409202; }
p { color: rgb(64,146,2); }
H1.HeaderClassName
{
color: #409202;
}
.AnyTagClassName
{
color: #409202;
}
</style>
background-color css
<style>
a { background-color: #409202; }
a { background-color: rgb(64,146,2); }
div.DivClassName
{
background-color: #409202;
}
.BgClassName
{
background-color: #409202;
}
</style>
border-color css
<style>
span { border-color: #409202; }
span { border-color: rgb(64,146,2); }
td.TdClassName
{
border-color: #409202;
}
.TagClassName
{
border-color: #409202;
}
</style>