Shades of Green House #406D2F
Tints of Green House #406D2F
RGB
CMYK
RGB Variations
Color information
#406D2F (or 0x406D2F) is known color: Green House. HEX triplet: 40, 6D and 2F. RGB value is (64,109,47). Sum of RGB (Red+Green+Blue) = 64+109+47=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 109 (42.97% from 255 or 49.55% from 220); Blue value is 47 (18.75% from 255 or 21.36% from 220); Max value from RGB is 109 - color contains mainly: green. Hex color #406D2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406D2F is #BF92D0. Grayscale: #585858. Windows color (decimal): -12554961 or 3108160. OLE color: 3108160.
HSL color Cylindrical-coordinate representation of color #406D2F: hue angle of 103.55º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #406D2F is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 109 | 47 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.57 |
| HSL | 103.55º | 0.4% | 0.31% | - |
| HSV(B) | 103.55º | 0.57% | 0.43% | - |
| XYZ | 8.1 | 12.23 | 4.62 | - |
| YUV | 88.48 | 104.59 | 110.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 47 | 0.41 | 0 | 0.57 | 0.57 | 103.55 | 0.4 | 0.31 |
| Hex | 40 | 6D | 2F | 29 | 0 | 39 | 39 | 68 | 28 | 1F |
| Octal | 100 | 155 | 57 | 51 | 0 | 71 | 71 | 150 | 50 | 37 |
| Binary | 1000000 | 1101101 | 101111 | 101001 | 0 | 111001 | 111001 | 1101000 | 101000 | 11111 |
Color Harmonies of #406D2F
Complementary color
Monochromatic Colors of #406D2F
Black with #406D2F
Text Example
Text Example
White with #406D2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406D2F; }
p { color: rgb(64,109,47); }
H1.HeaderClassName
{
color: #406D2F;
}
.AnyTagClassName
{
color: #406D2F;
}
</style>
background-color css
<style>
a { background-color: #406D2F; }
a { background-color: rgb(64,109,47); }
div.DivClassName
{
background-color: #406D2F;
}
.BgClassName
{
background-color: #406D2F;
}
</style>
border-color css
<style>
span { border-color: #406D2F; }
span { border-color: rgb(64,109,47); }
td.TdClassName
{
border-color: #406D2F;
}
.TagClassName
{
border-color: #406D2F;
}
</style>