Shades of Green House #406D3A
Tints of Green House #406D3A
RGB
CMYK
RGB Variations
Color information
#406D3A (or 0x406D3A) is known color: Green House. HEX triplet: 40, 6D and 3A. RGB value is (64,109,58). Sum of RGB (Red+Green+Blue) = 64+109+58=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 109 (42.97% from 255 or 47.19% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 109 - color contains mainly: green. Hex color #406D3A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406D3A is #BF92C5. Grayscale: #595959. Windows color (decimal): -12554950 or 3829056. OLE color: 3829056.
HSL color Cylindrical-coordinate representation of color #406D3A: hue angle of 112.94º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #406D3A is Cyan = 0.41, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 64 | 109 | 58 | - |
| CMYK | 0.41 | 0 | 0.47 | 0.57 |
| HSL | 112.94º | 0.31% | 0.33% | - |
| HSV(B) | 112.94º | 0.47% | 0.43% | - |
| XYZ | 8.35 | 12.33 | 5.94 | - |
| YUV | 89.73 | 110.09 | 109.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 109 | 58 | 0.41 | 0 | 0.47 | 0.57 | 112.94 | 0.31 | 0.33 |
| Hex | 40 | 6D | 3A | 29 | 0 | 2F | 39 | 71 | 1F | 21 |
| Octal | 100 | 155 | 72 | 51 | 0 | 57 | 71 | 161 | 37 | 41 |
| Binary | 1000000 | 1101101 | 111010 | 101001 | 0 | 101111 | 111001 | 1110001 | 11111 | 100001 |
Color Harmonies of #406D3A
Complementary color
Monochromatic Colors of #406D3A
Black with #406D3A
Text Example
Text Example
White with #406D3A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406D3A; }
p { color: rgb(64,109,58); }
H1.HeaderClassName
{
color: #406D3A;
}
.AnyTagClassName
{
color: #406D3A;
}
</style>
background-color css
<style>
a { background-color: #406D3A; }
a { background-color: rgb(64,109,58); }
div.DivClassName
{
background-color: #406D3A;
}
.BgClassName
{
background-color: #406D3A;
}
</style>
border-color css
<style>
span { border-color: #406D3A; }
span { border-color: rgb(64,109,58); }
td.TdClassName
{
border-color: #406D3A;
}
.TagClassName
{
border-color: #406D3A;
}
</style>