Shades of Green House #40593A
Tints of Green House #40593A
RGB
CMYK
RGB Variations
Color information
#40593A (or 0x40593A) is known color: Green House. HEX triplet: 40, 59 and 3A. RGB value is (64,89,58). Sum of RGB (Red+Green+Blue) = 64+89+58=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 89 (35.16% from 255 or 42.18% from 211); Blue value is 58 (23.05% from 255 or 27.49% from 211); Max value from RGB is 89 - color contains mainly: green. Hex color #40593A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40593A is #BFA6C5. Grayscale: #4E4E4E. Windows color (decimal): -12560070 or 3823936. OLE color: 3823936.
HSL color Cylindrical-coordinate representation of color #40593A: hue angle of 108.39º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #40593A is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 64 | 89 | 58 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.65 |
| HSL | 108.39º | 0.21% | 0.29% | - |
| HSV(B) | 108.39º | 0.35% | 0.35% | - |
| XYZ | 6.45 | 8.54 | 5.31 | - |
| YUV | 77.99 | 116.72 | 118.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 89 | 58 | 0.28 | 0 | 0.35 | 0.65 | 108.39 | 0.21 | 0.29 |
| Hex | 40 | 59 | 3A | 1C | 0 | 23 | 41 | 6C | 15 | 1D |
| Octal | 100 | 131 | 72 | 34 | 0 | 43 | 101 | 154 | 25 | 35 |
| Binary | 1000000 | 1011001 | 111010 | 11100 | 0 | 100011 | 1000001 | 1101100 | 10101 | 11101 |
Color Harmonies of #40593A
Complementary color
Monochromatic Colors of #40593A
Black with #40593A
Text Example
Text Example
White with #40593A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40593A; }
p { color: rgb(64,89,58); }
H1.HeaderClassName
{
color: #40593A;
}
.AnyTagClassName
{
color: #40593A;
}
</style>
background-color css
<style>
a { background-color: #40593A; }
a { background-color: rgb(64,89,58); }
div.DivClassName
{
background-color: #40593A;
}
.BgClassName
{
background-color: #40593A;
}
</style>
border-color css
<style>
span { border-color: #40593A; }
span { border-color: rgb(64,89,58); }
td.TdClassName
{
border-color: #40593A;
}
.TagClassName
{
border-color: #40593A;
}
</style>