Shades of Green House #405B37
Tints of Green House #405B37
RGB
CMYK
RGB Variations
Color information
#405B37 (or 0x405B37) is known color: Green House. HEX triplet: 40, 5B and 37. RGB value is (64,91,55). Sum of RGB (Red+Green+Blue) = 64+91+55=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 91 (35.94% from 255 or 43.33% from 210); Blue value is 55 (21.88% from 255 or 26.19% from 210); Max value from RGB is 91 - color contains mainly: green. Hex color #405B37 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405B37 is #BFA4C8. Grayscale: #4E4E4E. Windows color (decimal): -12559561 or 3627840. OLE color: 3627840.
HSL color Cylindrical-coordinate representation of color #405B37: hue angle of 105º degrees, saturation: 0.25, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #405B37 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 91 | 55 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.64 |
| HSL | 105º | 0.25% | 0.29% | - |
| HSV(B) | 105º | 0.4% | 0.36% | - |
| XYZ | 6.55 | 8.85 | 4.98 | - |
| YUV | 78.82 | 114.55 | 117.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 55 | 0.30 | 0 | 0.40 | 0.64 | 105 | 0.25 | 0.29 |
| Hex | 40 | 5B | 37 | 1E | 0 | 28 | 40 | 69 | 19 | 1D |
| Octal | 100 | 133 | 67 | 36 | 0 | 50 | 100 | 151 | 31 | 35 |
| Binary | 1000000 | 1011011 | 110111 | 11110 | 0 | 101000 | 1000000 | 1101001 | 11001 | 11101 |
Color Harmonies of #405B37
Complementary color
Monochromatic Colors of #405B37
Black with #405B37
Text Example
Text Example
White with #405B37
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B37; }
p { color: rgb(64,91,55); }
H1.HeaderClassName
{
color: #405B37;
}
.AnyTagClassName
{
color: #405B37;
}
</style>
background-color css
<style>
a { background-color: #405B37; }
a { background-color: rgb(64,91,55); }
div.DivClassName
{
background-color: #405B37;
}
.BgClassName
{
background-color: #405B37;
}
</style>
border-color css
<style>
span { border-color: #405B37; }
span { border-color: rgb(64,91,55); }
td.TdClassName
{
border-color: #405B37;
}
.TagClassName
{
border-color: #405B37;
}
</style>