Shades of Clover #406119
Tints of Clover #406119
RGB
CMYK
RGB Variations
Color information
#406119 (or 0x406119) is known color: Clover. HEX triplet: 40, 61 and 19. RGB value is (64,97,25). Sum of RGB (Red+Green+Blue) = 64+97+25=186 (24% of max value = 765). Red value is 64 (25.39% from 255 or 34.41% from 186); Green value is 97 (38.28% from 255 or 52.15% from 186); Blue value is 25 (10.16% from 255 or 13.44% from 186); Max value from RGB is 97 - color contains mainly: green. Hex color #406119 is not a web safe color. Web safe color analog (approx): #336600. Inversed color of #406119 is #BF9EE6. Grayscale: #4F4F4F. Windows color (decimal): -12558055 or 1663296. OLE color: 1663296.
HSL color Cylindrical-coordinate representation of color #406119: hue angle of 87.5º degrees, saturation: 0.59, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #406119 is Cyan = 0.34, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 97 | 25 | - |
| CMYK | 0.34 | 0 | 0.74 | 0.62 |
| HSL | 87.5º | 0.59% | 0.24% | - |
| HSV(B) | 87.5º | 0.74% | 0.38% | - |
| XYZ | 6.56 | 9.71 | 2.45 | - |
| YUV | 78.93 | 97.57 | 117.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 97 | 25 | 0.34 | 0 | 0.74 | 0.62 | 87.5 | 0.59 | 0.24 |
| Hex | 40 | 61 | 19 | 22 | 0 | 4A | 3E | 57 | 3B | 18 |
| Octal | 100 | 141 | 31 | 42 | 0 | 112 | 76 | 127 | 73 | 30 |
| Binary | 1000000 | 1100001 | 11001 | 100010 | 0 | 1001010 | 111110 | 1010111 | 111011 | 11000 |
Color Harmonies of #406119
Complementary color
Monochromatic Colors of #406119
Black with #406119
Text Example
Text Example
White with #406119
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406119; }
p { color: rgb(64,97,25); }
H1.HeaderClassName
{
color: #406119;
}
.AnyTagClassName
{
color: #406119;
}
</style>
background-color css
<style>
a { background-color: #406119; }
a { background-color: rgb(64,97,25); }
div.DivClassName
{
background-color: #406119;
}
.BgClassName
{
background-color: #406119;
}
</style>
border-color css
<style>
span { border-color: #406119; }
span { border-color: rgb(64,97,25); }
td.TdClassName
{
border-color: #406119;
}
.TagClassName
{
border-color: #406119;
}
</style>