Shades of Green House #405A32
Tints of Green House #405A32
RGB
CMYK
RGB Variations
Color information
#405A32 (or 0x405A32) is known color: Green House. HEX triplet: 40, 5A and 32. RGB value is (64,90,50). Sum of RGB (Red+Green+Blue) = 64+90+50=204 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.37% from 204); Green value is 90 (35.55% from 255 or 44.12% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 90 - color contains mainly: green. Hex color #405A32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405A32 is #BFA5CD. Grayscale: #4D4D4D. Windows color (decimal): -12559822 or 3299904. OLE color: 3299904.
HSL color Cylindrical-coordinate representation of color #405A32: hue angle of 99º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #405A32 is Cyan = 0.29, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 90 | 50 | - |
| CMYK | 0.29 | 0 | 0.44 | 0.65 |
| HSL | 99º | 0.29% | 0.27% | - |
| HSV(B) | 99º | 0.44% | 0.35% | - |
| XYZ | 6.35 | 8.63 | 4.35 | - |
| YUV | 77.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 50 | 0.29 | 0 | 0.44 | 0.65 | 99 | 0.29 | 0.27 |
| Hex | 40 | 5A | 32 | 1D | 0 | 2C | 41 | 63 | 1D | 1B |
| Octal | 100 | 132 | 62 | 35 | 0 | 54 | 101 | 143 | 35 | 33 |
| Binary | 1000000 | 1011010 | 110010 | 11101 | 0 | 101100 | 1000001 | 1100011 | 11101 | 11011 |
Color Harmonies of #405A32
Complementary color
Monochromatic Colors of #405A32
Black with #405A32
Text Example
Text Example
White with #405A32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405A32; }
p { color: rgb(64,90,50); }
H1.HeaderClassName
{
color: #405A32;
}
.AnyTagClassName
{
color: #405A32;
}
</style>
background-color css
<style>
a { background-color: #405A32; }
a { background-color: rgb(64,90,50); }
div.DivClassName
{
background-color: #405A32;
}
.BgClassName
{
background-color: #405A32;
}
</style>
border-color css
<style>
span { border-color: #405A32; }
span { border-color: rgb(64,90,50); }
td.TdClassName
{
border-color: #405A32;
}
.TagClassName
{
border-color: #405A32;
}
</style>