Shades of Green House #405638
Tints of Green House #405638
RGB
CMYK
RGB Variations
Color information
#405638 (or 0x405638) is known color: Green House. HEX triplet: 40, 56 and 38. RGB value is (64,86,56). Sum of RGB (Red+Green+Blue) = 64+86+56=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 86 (33.98% from 255 or 41.75% from 206); Blue value is 56 (22.27% from 255 or 27.18% from 206); Max value from RGB is 86 - color contains mainly: green. Hex color #405638 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405638 is #BFA9C7. Grayscale: #4C4C4C. Windows color (decimal): -12560840 or 3692096. OLE color: 3692096.
HSL color Cylindrical-coordinate representation of color #405638: hue angle of 104º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #405638 is Cyan = 0.26, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 64 | 86 | 56 | - |
| CMYK | 0.26 | 0 | 0.35 | 0.66 |
| HSL | 104º | 0.21% | 0.28% | - |
| HSV(B) | 104º | 0.35% | 0.34% | - |
| XYZ | 6.16 | 8.03 | 4.97 | - |
| YUV | 76 | 116.71 | 119.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 86 | 56 | 0.26 | 0 | 0.35 | 0.66 | 104 | 0.21 | 0.28 |
| Hex | 40 | 56 | 38 | 1A | 0 | 23 | 42 | 68 | 15 | 1C |
| Octal | 100 | 126 | 70 | 32 | 0 | 43 | 102 | 150 | 25 | 34 |
| Binary | 1000000 | 1010110 | 111000 | 11010 | 0 | 100011 | 1000010 | 1101000 | 10101 | 11100 |
Color Harmonies of #405638
Complementary color
Monochromatic Colors of #405638
Black with #405638
Text Example
Text Example
White with #405638
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405638; }
p { color: rgb(64,86,56); }
H1.HeaderClassName
{
color: #405638;
}
.AnyTagClassName
{
color: #405638;
}
</style>
background-color css
<style>
a { background-color: #405638; }
a { background-color: rgb(64,86,56); }
div.DivClassName
{
background-color: #405638;
}
.BgClassName
{
background-color: #405638;
}
</style>
border-color css
<style>
span { border-color: #405638; }
span { border-color: rgb(64,86,56); }
td.TdClassName
{
border-color: #405638;
}
.TagClassName
{
border-color: #405638;
}
</style>