Shades of Green House #40703C
Tints of Green House #40703C
RGB
CMYK
RGB Variations
Color information
#40703C (or 0x40703C) is known color: Green House. HEX triplet: 40, 70 and 3C. RGB value is (64,112,60). Sum of RGB (Red+Green+Blue) = 64+112+60=236 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.12% from 236); Green value is 112 (44.14% from 255 or 47.46% from 236); Blue value is 60 (23.83% from 255 or 25.42% from 236); Max value from RGB is 112 - color contains mainly: green. Hex color #40703C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40703C is #BF8FC3. Grayscale: #5B5B5B. Windows color (decimal): -12554180 or 3960896. OLE color: 3960896.
HSL color Cylindrical-coordinate representation of color #40703C: hue angle of 115.38º degrees, saturation: 0.3, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #40703C is Cyan = 0.43, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 112 | 60 | - |
| CMYK | 0.43 | 0 | 0.46 | 0.56 |
| HSL | 115.38º | 0.3% | 0.34% | - |
| HSV(B) | 115.38º | 0.46% | 0.44% | - |
| XYZ | 8.72 | 13 | 6.33 | - |
| YUV | 91.72 | 110.1 | 108.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 60 | 0.43 | 0 | 0.46 | 0.56 | 115.38 | 0.3 | 0.34 |
| Hex | 40 | 70 | 3C | 2B | 0 | 2E | 38 | 73 | 1E | 22 |
| Octal | 100 | 160 | 74 | 53 | 0 | 56 | 70 | 163 | 36 | 42 |
| Binary | 1000000 | 1110000 | 111100 | 101011 | 0 | 101110 | 111000 | 1110011 | 11110 | 100010 |
Color Harmonies of #40703C
Complementary color
Monochromatic Colors of #40703C
Black with #40703C
Text Example
Text Example
White with #40703C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40703C; }
p { color: rgb(64,112,60); }
H1.HeaderClassName
{
color: #40703C;
}
.AnyTagClassName
{
color: #40703C;
}
</style>
background-color css
<style>
a { background-color: #40703C; }
a { background-color: rgb(64,112,60); }
div.DivClassName
{
background-color: #40703C;
}
.BgClassName
{
background-color: #40703C;
}
</style>
border-color css
<style>
span { border-color: #40703C; }
span { border-color: rgb(64,112,60); }
td.TdClassName
{
border-color: #40703C;
}
.TagClassName
{
border-color: #40703C;
}
</style>