Shades of Green House #405E35
Tints of Green House #405E35
RGB
CMYK
RGB Variations
Color information
#405E35 (or 0x405E35) is known color: Green House. HEX triplet: 40, 5E and 35. RGB value is (64,94,53). Sum of RGB (Red+Green+Blue) = 64+94+53=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 94 (37.11% from 255 or 44.55% from 211); Blue value is 53 (21.09% from 255 or 25.12% from 211); Max value from RGB is 94 - color contains mainly: green. Hex color #405E35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405E35 is #BFA1CA. Grayscale: #505050. Windows color (decimal): -12558795 or 3497536. OLE color: 3497536.
HSL color Cylindrical-coordinate representation of color #405E35: hue angle of 103.9º degrees, saturation: 0.28, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #405E35 is Cyan = 0.32, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 94 | 53 | - |
| CMYK | 0.32 | 0 | 0.44 | 0.63 |
| HSL | 103.9º | 0.28% | 0.29% | - |
| HSV(B) | 103.9º | 0.44% | 0.37% | - |
| XYZ | 6.76 | 9.35 | 4.82 | - |
| YUV | 80.36 | 112.56 | 116.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 94 | 53 | 0.32 | 0 | 0.44 | 0.63 | 103.9 | 0.28 | 0.29 |
| Hex | 40 | 5E | 35 | 20 | 0 | 2C | 3F | 68 | 1C | 1D |
| Octal | 100 | 136 | 65 | 40 | 0 | 54 | 77 | 150 | 34 | 35 |
| Binary | 1000000 | 1011110 | 110101 | 100000 | 0 | 101100 | 111111 | 1101000 | 11100 | 11101 |
Color Harmonies of #405E35
Complementary color
Monochromatic Colors of #405E35
Black with #405E35
Text Example
Text Example
White with #405E35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405E35; }
p { color: rgb(64,94,53); }
H1.HeaderClassName
{
color: #405E35;
}
.AnyTagClassName
{
color: #405E35;
}
</style>
background-color css
<style>
a { background-color: #405E35; }
a { background-color: rgb(64,94,53); }
div.DivClassName
{
background-color: #405E35;
}
.BgClassName
{
background-color: #405E35;
}
</style>
border-color css
<style>
span { border-color: #405E35; }
span { border-color: rgb(64,94,53); }
td.TdClassName
{
border-color: #405E35;
}
.TagClassName
{
border-color: #405E35;
}
</style>