Shades of Green House #40713C
Tints of Green House #40713C
RGB
CMYK
RGB Variations
Color information
#40713C (or 0x40713C) is known color: Green House. HEX triplet: 40, 71 and 3C. RGB value is (64,113,60). Sum of RGB (Red+Green+Blue) = 64+113+60=237 (31% of max value = 765). Red value is 64 (25.39% from 255 or 27.00% from 237); Green value is 113 (44.53% from 255 or 47.68% from 237); Blue value is 60 (23.83% from 255 or 25.32% from 237); Max value from RGB is 113 - color contains mainly: green. Hex color #40713C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40713C is #BF8EC3. Grayscale: #5C5C5C. Windows color (decimal): -12553924 or 3961152. OLE color: 3961152.
HSL color Cylindrical-coordinate representation of color #40713C: hue angle of 115.47º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #40713C is Cyan = 0.43, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 113 | 60 | - |
| CMYK | 0.43 | 0 | 0.47 | 0.56 |
| HSL | 115.47º | 0.31% | 0.34% | - |
| HSV(B) | 115.47º | 0.47% | 0.44% | - |
| XYZ | 8.84 | 13.23 | 6.36 | - |
| YUV | 92.31 | 109.77 | 107.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 113 | 60 | 0.43 | 0 | 0.47 | 0.56 | 115.47 | 0.31 | 0.34 |
| Hex | 40 | 71 | 3C | 2B | 0 | 2F | 38 | 73 | 1F | 22 |
| Octal | 100 | 161 | 74 | 53 | 0 | 57 | 70 | 163 | 37 | 42 |
| Binary | 1000000 | 1110001 | 111100 | 101011 | 0 | 101111 | 111000 | 1110011 | 11111 | 100010 |
Color Harmonies of #40713C
Complementary color
Monochromatic Colors of #40713C
Black with #40713C
Text Example
Text Example
White with #40713C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40713C; }
p { color: rgb(64,113,60); }
H1.HeaderClassName
{
color: #40713C;
}
.AnyTagClassName
{
color: #40713C;
}
</style>
background-color css
<style>
a { background-color: #40713C; }
a { background-color: rgb(64,113,60); }
div.DivClassName
{
background-color: #40713C;
}
.BgClassName
{
background-color: #40713C;
}
</style>
border-color css
<style>
span { border-color: #40713C; }
span { border-color: rgb(64,113,60); }
td.TdClassName
{
border-color: #40713C;
}
.TagClassName
{
border-color: #40713C;
}
</style>