Shades of Green House #406C2C
Tints of Green House #406C2C
RGB
CMYK
RGB Variations
Color information
#406C2C (or 0x406C2C) is known color: Green House. HEX triplet: 40, 6C and 2C. RGB value is (64,108,44). Sum of RGB (Red+Green+Blue) = 64+108+44=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 108 (42.58% from 255 or 50% from 216); Blue value is 44 (17.58% from 255 or 20.37% from 216); Max value from RGB is 108 - color contains mainly: green. Hex color #406C2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406C2C is #BF93D3. Grayscale: #575757. Windows color (decimal): -12555220 or 2911296. OLE color: 2911296.
HSL color Cylindrical-coordinate representation of color #406C2C: hue angle of 101.25º degrees, saturation: 0.42, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #406C2C is Cyan = 0.41, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 108 | 44 | - |
| CMYK | 0.41 | 0 | 0.59 | 0.58 |
| HSL | 101.25º | 0.42% | 0.3% | - |
| HSV(B) | 101.25º | 0.59% | 0.42% | - |
| XYZ | 7.93 | 12 | 4.28 | - |
| YUV | 87.55 | 103.42 | 111.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 108 | 44 | 0.41 | 0 | 0.59 | 0.58 | 101.25 | 0.42 | 0.3 |
| Hex | 40 | 6C | 2C | 29 | 0 | 3B | 3A | 65 | 2A | 1E |
| Octal | 100 | 154 | 54 | 51 | 0 | 73 | 72 | 145 | 52 | 36 |
| Binary | 1000000 | 1101100 | 101100 | 101001 | 0 | 111011 | 111010 | 1100101 | 101010 | 11110 |
Color Harmonies of #406C2C
Complementary color
Monochromatic Colors of #406C2C
Black with #406C2C
Text Example
Text Example
White with #406C2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406C2C; }
p { color: rgb(64,108,44); }
H1.HeaderClassName
{
color: #406C2C;
}
.AnyTagClassName
{
color: #406C2C;
}
</style>
background-color css
<style>
a { background-color: #406C2C; }
a { background-color: rgb(64,108,44); }
div.DivClassName
{
background-color: #406C2C;
}
.BgClassName
{
background-color: #406C2C;
}
</style>
border-color css
<style>
span { border-color: #406C2C; }
span { border-color: rgb(64,108,44); }
td.TdClassName
{
border-color: #406C2C;
}
.TagClassName
{
border-color: #406C2C;
}
</style>