Shades of Green House #405F34
Tints of Green House #405F34
RGB
CMYK
RGB Variations
Color information
#405F34 (or 0x405F34) is known color: Green House. HEX triplet: 40, 5F and 34. RGB value is (64,95,52). Sum of RGB (Red+Green+Blue) = 64+95+52=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 95 (37.5% from 255 or 45.02% from 211); Blue value is 52 (20.70% from 255 or 24.64% from 211); Max value from RGB is 95 - color contains mainly: green. Hex color #405F34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405F34 is #BFA0CB. Grayscale: #505050. Windows color (decimal): -12558540 or 3432256. OLE color: 3432256.
HSL color Cylindrical-coordinate representation of color #405F34: hue angle of 103.26º degrees, saturation: 0.29, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #405F34 is Cyan = 0.33, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 64 | 95 | 52 | - |
| CMYK | 0.33 | 0 | 0.45 | 0.63 |
| HSL | 103.26º | 0.29% | 0.29% | - |
| HSV(B) | 103.26º | 0.45% | 0.37% | - |
| XYZ | 6.83 | 9.52 | 4.73 | - |
| YUV | 80.83 | 111.73 | 116 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 95 | 52 | 0.33 | 0 | 0.45 | 0.63 | 103.26 | 0.29 | 0.29 |
| Hex | 40 | 5F | 34 | 21 | 0 | 2D | 3F | 67 | 1D | 1D |
| Octal | 100 | 137 | 64 | 41 | 0 | 55 | 77 | 147 | 35 | 35 |
| Binary | 1000000 | 1011111 | 110100 | 100001 | 0 | 101101 | 111111 | 1100111 | 11101 | 11101 |
Color Harmonies of #405F34
Complementary color
Monochromatic Colors of #405F34
Black with #405F34
Text Example
Text Example
White with #405F34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405F34; }
p { color: rgb(64,95,52); }
H1.HeaderClassName
{
color: #405F34;
}
.AnyTagClassName
{
color: #405F34;
}
</style>
background-color css
<style>
a { background-color: #405F34; }
a { background-color: rgb(64,95,52); }
div.DivClassName
{
background-color: #405F34;
}
.BgClassName
{
background-color: #405F34;
}
</style>
border-color css
<style>
span { border-color: #405F34; }
span { border-color: rgb(64,95,52); }
td.TdClassName
{
border-color: #405F34;
}
.TagClassName
{
border-color: #405F34;
}
</style>