Shades of Green House #40713B
Tints of Green House #40713B
RGB
CMYK
RGB Variations
Color information
#40713B (or 0x40713B) is known color: Green House. HEX triplet: 40, 71 and 3B. RGB value is (64,113,59). Sum of RGB (Red+Green+Blue) = 64+113+59=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 113 (44.53% from 255 or 47.88% from 236); Blue value is 59 (23.44% from 255 or 25% from 236); Max value from RGB is 113 - color contains mainly: green. Hex color #40713B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40713B is #BF8EC4. Grayscale: #5C5C5C. Windows color (decimal): -12553925 or 3895616. OLE color: 3895616.
HSL color Cylindrical-coordinate representation of color #40713B: hue angle of 114.44º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #40713B is Cyan = 0.43, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 113 | 59 | - |
| CMYK | 0.43 | 0 | 0.48 | 0.56 |
| HSL | 114.44º | 0.31% | 0.34% | - |
| HSV(B) | 114.44º | 0.48% | 0.44% | - |
| XYZ | 8.81 | 13.22 | 6.22 | - |
| YUV | 92.19 | 109.27 | 107.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 59 | 0.43 | 0 | 0.48 | 0.56 | 114.44 | 0.31 | 0.34 |
| Hex | 40 | 71 | 3B | 2B | 0 | 30 | 38 | 72 | 1F | 22 |
| Octal | 100 | 161 | 73 | 53 | 0 | 60 | 70 | 162 | 37 | 42 |
| Binary | 1000000 | 1110001 | 111011 | 101011 | 0 | 110000 | 111000 | 1110010 | 11111 | 100010 |
Color Harmonies of #40713B
Complementary color
Monochromatic Colors of #40713B
Black with #40713B
Text Example
Text Example
White with #40713B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40713B; }
p { color: rgb(64,113,59); }
H1.HeaderClassName
{
color: #40713B;
}
.AnyTagClassName
{
color: #40713B;
}
</style>
background-color css
<style>
a { background-color: #40713B; }
a { background-color: rgb(64,113,59); }
div.DivClassName
{
background-color: #40713B;
}
.BgClassName
{
background-color: #40713B;
}
</style>
border-color css
<style>
span { border-color: #40713B; }
span { border-color: rgb(64,113,59); }
td.TdClassName
{
border-color: #40713B;
}
.TagClassName
{
border-color: #40713B;
}
</style>