Shades of Green House #405539
Tints of Green House #405539
RGB
CMYK
RGB Variations
Color information
#405539 (or 0x405539) is known color: Green House. HEX triplet: 40, 55 and 39. RGB value is (64,85,57). Sum of RGB (Red+Green+Blue) = 64+85+57=206 (27% of max value = 765). Red value is 64 (25.39% from 255 or 31.07% from 206); Green value is 85 (33.59% from 255 or 41.26% from 206); Blue value is 57 (22.66% from 255 or 27.67% from 206); Max value from RGB is 85 - color contains mainly: green. Hex color #405539 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #405539 is #BFAAC6. Grayscale: #4B4B4B. Windows color (decimal): -12561095 or 3757376. OLE color: 3757376.
HSL color Cylindrical-coordinate representation of color #405539: hue angle of 105º degrees, saturation: 0.2, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #405539 is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 64 | 85 | 57 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.67 |
| HSL | 105º | 0.2% | 0.28% | - |
| HSV(B) | 105º | 0.33% | 0.33% | - |
| XYZ | 6.1 | 7.88 | 5.07 | - |
| YUV | 75.53 | 117.54 | 119.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 85 | 57 | 0.25 | 0 | 0.33 | 0.67 | 105 | 0.2 | 0.28 |
| Hex | 40 | 55 | 39 | 19 | 0 | 21 | 43 | 69 | 14 | 1C |
| Octal | 100 | 125 | 71 | 31 | 0 | 41 | 103 | 151 | 24 | 34 |
| Binary | 1000000 | 1010101 | 111001 | 11001 | 0 | 100001 | 1000011 | 1101001 | 10100 | 11100 |
Color Harmonies of #405539
Complementary color
Monochromatic Colors of #405539
Black with #405539
Text Example
Text Example
White with #405539
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #405539; }
p { color: rgb(64,85,57); }
H1.HeaderClassName
{
color: #405539;
}
.AnyTagClassName
{
color: #405539;
}
</style>
background-color css
<style>
a { background-color: #405539; }
a { background-color: rgb(64,85,57); }
div.DivClassName
{
background-color: #405539;
}
.BgClassName
{
background-color: #405539;
}
</style>
border-color css
<style>
span { border-color: #405539; }
span { border-color: rgb(64,85,57); }
td.TdClassName
{
border-color: #405539;
}
.TagClassName
{
border-color: #405539;
}
</style>