Shades of Green House #405F31
Tints of Green House #405F31
RGB
CMYK
RGB Variations
Color information
#405F31 (or 0x405F31) is known color: Green House. HEX triplet: 40, 5F and 31. RGB value is (64,95,49). Sum of RGB (Red+Green+Blue) = 64+95+49=208 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.77% from 208); Green value is 95 (37.5% from 255 or 45.67% from 208); Blue value is 49 (19.53% from 255 or 23.56% from 208); Max value from RGB is 95 - color contains mainly: green. Hex color #405F31 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405F31 is #BFA0CE. Grayscale: #505050. Windows color (decimal): -12558543 or 3235648. OLE color: 3235648.
HSL color Cylindrical-coordinate representation of color #405F31: hue angle of 100.43º degrees, saturation: 0.32, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #405F31 is Cyan = 0.33, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 95 | 49 | - |
| CMYK | 0.33 | 0 | 0.48 | 0.63 |
| HSL | 100.43º | 0.32% | 0.28% | - |
| HSV(B) | 100.43º | 0.48% | 0.37% | - |
| XYZ | 6.76 | 9.5 | 4.38 | - |
| YUV | 80.49 | 110.23 | 116.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 49 | 0.33 | 0 | 0.48 | 0.63 | 100.43 | 0.32 | 0.28 |
| Hex | 40 | 5F | 31 | 21 | 0 | 30 | 3F | 64 | 20 | 1C |
| Octal | 100 | 137 | 61 | 41 | 0 | 60 | 77 | 144 | 40 | 34 |
| Binary | 1000000 | 1011111 | 110001 | 100001 | 0 | 110000 | 111111 | 1100100 | 100000 | 11100 |
Color Harmonies of #405F31
Complementary color
Monochromatic Colors of #405F31
Black with #405F31
Text Example
Text Example
White with #405F31
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405F31; }
p { color: rgb(64,95,49); }
H1.HeaderClassName
{
color: #405F31;
}
.AnyTagClassName
{
color: #405F31;
}
</style>
background-color css
<style>
a { background-color: #405F31; }
a { background-color: rgb(64,95,49); }
div.DivClassName
{
background-color: #405F31;
}
.BgClassName
{
background-color: #405F31;
}
</style>
border-color css
<style>
span { border-color: #405F31; }
span { border-color: rgb(64,95,49); }
td.TdClassName
{
border-color: #405F31;
}
.TagClassName
{
border-color: #405F31;
}
</style>