Shades of Green House #405A38
Tints of Green House #405A38
RGB
CMYK
RGB Variations
Color information
#405A38 (or 0x405A38) is known color: Green House. HEX triplet: 40, 5A and 38. RGB value is (64,90,56). Sum of RGB (Red+Green+Blue) = 64+90+56=210 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.48% from 210); Green value is 90 (35.55% from 255 or 42.86% from 210); Blue value is 56 (22.27% from 255 or 26.67% from 210); Max value from RGB is 90 - color contains mainly: green. Hex color #405A38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405A38 is #BFA5C7. Grayscale: #4E4E4E. Windows color (decimal): -12559816 or 3693120. OLE color: 3693120.
HSL color Cylindrical-coordinate representation of color #405A38: hue angle of 105.88º degrees, saturation: 0.23, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #405A38 is Cyan = 0.29, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 90 | 56 | - |
| CMYK | 0.29 | 0 | 0.38 | 0.65 |
| HSL | 105.88º | 0.23% | 0.29% | - |
| HSV(B) | 105.88º | 0.38% | 0.35% | - |
| XYZ | 6.48 | 8.69 | 5.08 | - |
| YUV | 78.35 | 115.39 | 117.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 90 | 56 | 0.29 | 0 | 0.38 | 0.65 | 105.88 | 0.23 | 0.29 |
| Hex | 40 | 5A | 38 | 1D | 0 | 26 | 41 | 6A | 17 | 1D |
| Octal | 100 | 132 | 70 | 35 | 0 | 46 | 101 | 152 | 27 | 35 |
| Binary | 1000000 | 1011010 | 111000 | 11101 | 0 | 100110 | 1000001 | 1101010 | 10111 | 11101 |
Color Harmonies of #405A38
Complementary color
Monochromatic Colors of #405A38
Black with #405A38
Text Example
Text Example
White with #405A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405A38; }
p { color: rgb(64,90,56); }
H1.HeaderClassName
{
color: #405A38;
}
.AnyTagClassName
{
color: #405A38;
}
</style>
background-color css
<style>
a { background-color: #405A38; }
a { background-color: rgb(64,90,56); }
div.DivClassName
{
background-color: #405A38;
}
.BgClassName
{
background-color: #405A38;
}
</style>
border-color css
<style>
span { border-color: #405A38; }
span { border-color: rgb(64,90,56); }
td.TdClassName
{
border-color: #405A38;
}
.TagClassName
{
border-color: #405A38;
}
</style>