Shades of Green House #405B32
Tints of Green House #405B32
RGB
CMYK
RGB Variations
Color information
#405B32 (or 0x405B32) is known color: Green House. HEX triplet: 40, 5B and 32. RGB value is (64,91,50). Sum of RGB (Red+Green+Blue) = 64+91+50=205 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.22% from 205); Green value is 91 (35.94% from 255 or 44.39% from 205); Blue value is 50 (19.92% from 255 or 24.39% from 205); Max value from RGB is 91 - color contains mainly: green. Hex color #405B32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405B32 is #BFA4CD. Grayscale: #4E4E4E. Windows color (decimal): -12559566 or 3300160. OLE color: 3300160.
HSL color Cylindrical-coordinate representation of color #405B32: hue angle of 99.51º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #405B32 is Cyan = 0.30, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 91 | 50 | - |
| CMYK | 0.30 | 0 | 0.45 | 0.64 |
| HSL | 99.51º | 0.29% | 0.28% | - |
| HSV(B) | 99.51º | 0.45% | 0.36% | - |
| XYZ | 6.43 | 8.8 | 4.38 | - |
| YUV | 78.25 | 112.05 | 117.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 50 | 0.30 | 0 | 0.45 | 0.64 | 99.51 | 0.29 | 0.28 |
| Hex | 40 | 5B | 32 | 1E | 0 | 2D | 40 | 64 | 1D | 1C |
| Octal | 100 | 133 | 62 | 36 | 0 | 55 | 100 | 144 | 35 | 34 |
| Binary | 1000000 | 1011011 | 110010 | 11110 | 0 | 101101 | 1000000 | 1100100 | 11101 | 11100 |
Color Harmonies of #405B32
Complementary color
Monochromatic Colors of #405B32
Black with #405B32
Text Example
Text Example
White with #405B32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B32; }
p { color: rgb(64,91,50); }
H1.HeaderClassName
{
color: #405B32;
}
.AnyTagClassName
{
color: #405B32;
}
</style>
background-color css
<style>
a { background-color: #405B32; }
a { background-color: rgb(64,91,50); }
div.DivClassName
{
background-color: #405B32;
}
.BgClassName
{
background-color: #405B32;
}
</style>
border-color css
<style>
span { border-color: #405B32; }
span { border-color: rgb(64,91,50); }
td.TdClassName
{
border-color: #405B32;
}
.TagClassName
{
border-color: #405B32;
}
</style>