Shades of Green House #405B36
Tints of Green House #405B36
RGB
CMYK
RGB Variations
Color information
#405B36 (or 0x405B36) is known color: Green House. HEX triplet: 40, 5B and 36. RGB value is (64,91,54). Sum of RGB (Red+Green+Blue) = 64+91+54=209 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.62% from 209); Green value is 91 (35.94% from 255 or 43.54% from 209); Blue value is 54 (21.48% from 255 or 25.84% from 209); Max value from RGB is 91 - color contains mainly: green. Hex color #405B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405B36 is #BFA4C9. Grayscale: #4E4E4E. Windows color (decimal): -12559562 or 3562304. OLE color: 3562304.
HSL color Cylindrical-coordinate representation of color #405B36: hue angle of 103.78º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #405B36 is Cyan = 0.30, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 64 | 91 | 54 | - |
| CMYK | 0.30 | 0 | 0.41 | 0.64 |
| HSL | 103.78º | 0.26% | 0.28% | - |
| HSV(B) | 103.78º | 0.41% | 0.36% | - |
| XYZ | 6.52 | 8.84 | 4.85 | - |
| YUV | 78.71 | 114.05 | 117.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 91 | 54 | 0.30 | 0 | 0.41 | 0.64 | 103.78 | 0.26 | 0.28 |
| Hex | 40 | 5B | 36 | 1E | 0 | 29 | 40 | 68 | 1A | 1C |
| Octal | 100 | 133 | 66 | 36 | 0 | 51 | 100 | 150 | 32 | 34 |
| Binary | 1000000 | 1011011 | 110110 | 11110 | 0 | 101001 | 1000000 | 1101000 | 11010 | 11100 |
Color Harmonies of #405B36
Complementary color
Monochromatic Colors of #405B36
Black with #405B36
Text Example
Text Example
White with #405B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405B36; }
p { color: rgb(64,91,54); }
H1.HeaderClassName
{
color: #405B36;
}
.AnyTagClassName
{
color: #405B36;
}
</style>
background-color css
<style>
a { background-color: #405B36; }
a { background-color: rgb(64,91,54); }
div.DivClassName
{
background-color: #405B36;
}
.BgClassName
{
background-color: #405B36;
}
</style>
border-color css
<style>
span { border-color: #405B36; }
span { border-color: rgb(64,91,54); }
td.TdClassName
{
border-color: #405B36;
}
.TagClassName
{
border-color: #405B36;
}
</style>