Shades of Green House #406B2D
Tints of Green House #406B2D
RGB
CMYK
RGB Variations
Color information
#406B2D (or 0x406B2D) is known color: Green House. HEX triplet: 40, 6B and 2D. RGB value is (64,107,45). Sum of RGB (Red+Green+Blue) = 64+107+45=216 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.63% from 216); Green value is 107 (42.19% from 255 or 49.54% from 216); Blue value is 45 (17.97% from 255 or 20.83% from 216); Max value from RGB is 107 - color contains mainly: green. Hex color #406B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406B2D is #BF94D2. Grayscale: #575757. Windows color (decimal): -12555475 or 2976576. OLE color: 2976576.
HSL color Cylindrical-coordinate representation of color #406B2D: hue angle of 101.61º degrees, saturation: 0.41, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #406B2D is Cyan = 0.40, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 64 | 107 | 45 | - |
| CMYK | 0.40 | 0 | 0.58 | 0.58 |
| HSL | 101.61º | 0.41% | 0.3% | - |
| HSV(B) | 101.61º | 0.58% | 0.42% | - |
| XYZ | 7.85 | 11.79 | 4.35 | - |
| YUV | 87.08 | 104.25 | 111.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 107 | 45 | 0.40 | 0 | 0.58 | 0.58 | 101.61 | 0.41 | 0.3 |
| Hex | 40 | 6B | 2D | 28 | 0 | 3A | 3A | 66 | 29 | 1E |
| Octal | 100 | 153 | 55 | 50 | 0 | 72 | 72 | 146 | 51 | 36 |
| Binary | 1000000 | 1101011 | 101101 | 101000 | 0 | 111010 | 111010 | 1100110 | 101001 | 11110 |
Color Harmonies of #406B2D
Complementary color
Monochromatic Colors of #406B2D
Black with #406B2D
Text Example
Text Example
White with #406B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406B2D; }
p { color: rgb(64,107,45); }
H1.HeaderClassName
{
color: #406B2D;
}
.AnyTagClassName
{
color: #406B2D;
}
</style>
background-color css
<style>
a { background-color: #406B2D; }
a { background-color: rgb(64,107,45); }
div.DivClassName
{
background-color: #406B2D;
}
.BgClassName
{
background-color: #406B2D;
}
</style>
border-color css
<style>
span { border-color: #406B2D; }
span { border-color: rgb(64,107,45); }
td.TdClassName
{
border-color: #406B2D;
}
.TagClassName
{
border-color: #406B2D;
}
</style>