Shades of La Palma #409702
Tints of La Palma #409702
RGB
CMYK
RGB Variations
Color information
#409702 (or 0x409702) is known color: La Palma. HEX triplet: 40, 97 and 02. RGB value is (64,151,2). Sum of RGB (Red+Green+Blue) = 64+151+2=217 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.49% from 217); Green value is 151 (59.38% from 255 or 69.59% from 217); Blue value is 2 (1.17% from 255 or 0.92% from 217); Max value from RGB is 151 - color contains mainly: green. Hex color #409702 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #409702 is #BF68FD. Grayscale: #6C6C6C. Windows color (decimal): -12544254 or 169792. OLE color: 169792.
HSL color Cylindrical-coordinate representation of color #409702: hue angle of 95.03º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #409702 is Cyan = 0.58, Magento = 0, Yellow = 0.99 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 64 | 151 | 2 | - |
| CMYK | 0.58 | 0 | 0.99 | 0.41 |
| HSL | 95.03º | 0.97% | 0.3% | - |
| HSV(B) | 95.03º | 0.99% | 0.59% | - |
| XYZ | 13.19 | 23.23 | 3.85 | - |
| YUV | 108 | 68.18 | 96.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 151 | 2 | 0.58 | 0 | 0.99 | 0.41 | 95.03 | 0.97 | 0.3 |
| Hex | 40 | 97 | 2 | 3A | 0 | 63 | 29 | 5F | 61 | 1E |
| Octal | 100 | 227 | 2 | 72 | 0 | 143 | 51 | 137 | 141 | 36 |
| Binary | 1000000 | 10010111 | 10 | 111010 | 0 | 1100011 | 101001 | 1011111 | 1100001 | 11110 |
Color Harmonies of #409702
Complementary color
Monochromatic Colors of #409702
Black with #409702
Text Example
Text Example
White with #409702
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #409702; }
p { color: rgb(64,151,2); }
H1.HeaderClassName
{
color: #409702;
}
.AnyTagClassName
{
color: #409702;
}
</style>
background-color css
<style>
a { background-color: #409702; }
a { background-color: rgb(64,151,2); }
div.DivClassName
{
background-color: #409702;
}
.BgClassName
{
background-color: #409702;
}
</style>
border-color css
<style>
span { border-color: #409702; }
span { border-color: rgb(64,151,2); }
td.TdClassName
{
border-color: #409702;
}
.TagClassName
{
border-color: #409702;
}
</style>