Shades of Green House #40723D
Tints of Green House #40723D
RGB
CMYK
RGB Variations
Color information
#40723D (or 0x40723D) is known color: Green House. HEX triplet: 40, 72 and 3D. RGB value is (64,114,61). Sum of RGB (Red+Green+Blue) = 64+114+61=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 114 (44.92% from 255 or 47.70% from 239); Blue value is 61 (24.22% from 255 or 25.52% from 239); Max value from RGB is 114 - color contains mainly: green. Hex color #40723D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40723D is #BF8DC2. Grayscale: #5D5D5D. Windows color (decimal): -12553667 or 4026944. OLE color: 4026944.
HSL color Cylindrical-coordinate representation of color #40723D: hue angle of 116.6º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40723D is Cyan = 0.44, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 114 | 61 | - |
| CMYK | 0.44 | 0 | 0.46 | 0.55 |
| HSL | 116.6º | 0.3% | 0.34% | - |
| HSV(B) | 116.6º | 0.46% | 0.45% | - |
| XYZ | 8.97 | 13.46 | 6.54 | - |
| YUV | 93.01 | 109.94 | 107.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 114 | 61 | 0.44 | 0 | 0.46 | 0.55 | 116.6 | 0.3 | 0.34 |
| Hex | 40 | 72 | 3D | 2C | 0 | 2E | 37 | 75 | 1E | 22 |
| Octal | 100 | 162 | 75 | 54 | 0 | 56 | 67 | 165 | 36 | 42 |
| Binary | 1000000 | 1110010 | 111101 | 101100 | 0 | 101110 | 110111 | 1110101 | 11110 | 100010 |
Color Harmonies of #40723D
Complementary color
Monochromatic Colors of #40723D
Black with #40723D
Text Example
Text Example
White with #40723D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40723D; }
p { color: rgb(64,114,61); }
H1.HeaderClassName
{
color: #40723D;
}
.AnyTagClassName
{
color: #40723D;
}
</style>
background-color css
<style>
a { background-color: #40723D; }
a { background-color: rgb(64,114,61); }
div.DivClassName
{
background-color: #40723D;
}
.BgClassName
{
background-color: #40723D;
}
</style>
border-color css
<style>
span { border-color: #40723D; }
span { border-color: rgb(64,114,61); }
td.TdClassName
{
border-color: #40723D;
}
.TagClassName
{
border-color: #40723D;
}
</style>