Shades of Green House #405938
Tints of Green House #405938
RGB
CMYK
RGB Variations
Color information
#405938 (or 0x405938) is known color: Green House. HEX triplet: 40, 59 and 38. RGB value is (64,89,56). Sum of RGB (Red+Green+Blue) = 64+89+56=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 89 (35.16% from 255 or 42.58% from 209); Blue value is 56 (22.27% from 255 or 26.79% from 209); Max value from RGB is 89 - color contains mainly: green. Hex color #405938 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405938 is #BFA6C7. Grayscale: #4D4D4D. Windows color (decimal): -12560072 or 3692864. OLE color: 3692864.
HSL color Cylindrical-coordinate representation of color #405938: hue angle of 105.45º degrees, saturation: 0.23, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #405938 is Cyan = 0.28, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 89 | 56 | - |
| CMYK | 0.28 | 0 | 0.37 | 0.65 |
| HSL | 105.45º | 0.23% | 0.28% | - |
| HSV(B) | 105.45º | 0.37% | 0.35% | - |
| XYZ | 6.4 | 8.52 | 5.05 | - |
| YUV | 77.76 | 115.72 | 118.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 56 | 0.28 | 0 | 0.37 | 0.65 | 105.45 | 0.23 | 0.28 |
| Hex | 40 | 59 | 38 | 1C | 0 | 25 | 41 | 69 | 17 | 1C |
| Octal | 100 | 131 | 70 | 34 | 0 | 45 | 101 | 151 | 27 | 34 |
| Binary | 1000000 | 1011001 | 111000 | 11100 | 0 | 100101 | 1000001 | 1101001 | 10111 | 11100 |
Color Harmonies of #405938
Complementary color
Monochromatic Colors of #405938
Black with #405938
Text Example
Text Example
White with #405938
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405938; }
p { color: rgb(64,89,56); }
H1.HeaderClassName
{
color: #405938;
}
.AnyTagClassName
{
color: #405938;
}
</style>
background-color css
<style>
a { background-color: #405938; }
a { background-color: rgb(64,89,56); }
div.DivClassName
{
background-color: #405938;
}
.BgClassName
{
background-color: #405938;
}
</style>
border-color css
<style>
span { border-color: #405938; }
span { border-color: rgb(64,89,56); }
td.TdClassName
{
border-color: #405938;
}
.TagClassName
{
border-color: #405938;
}
</style>