Shades of Green House #40743B
Tints of Green House #40743B
RGB
CMYK
RGB Variations
Color information
#40743B (or 0x40743B) is known color: Green House. HEX triplet: 40, 74 and 3B. RGB value is (64,116,59). Sum of RGB (Red+Green+Blue) = 64+116+59=239 (31% of max value = 765). Red value is 64 (25.39% from 255 or 26.78% from 239); Green value is 116 (45.70% from 255 or 48.54% from 239); Blue value is 59 (23.44% from 255 or 24.69% from 239); Max value from RGB is 116 - color contains mainly: green. Hex color #40743B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40743B is #BF8BC4. Grayscale: #5E5E5E. Windows color (decimal): -12553157 or 3896384. OLE color: 3896384.
HSL color Cylindrical-coordinate representation of color #40743B: hue angle of 114.74º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #40743B is Cyan = 0.45, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 116 | 59 | - |
| CMYK | 0.45 | 0 | 0.49 | 0.55 |
| HSL | 114.74º | 0.33% | 0.34% | - |
| HSV(B) | 114.74º | 0.49% | 0.45% | - |
| XYZ | 9.15 | 13.9 | 6.34 | - |
| YUV | 93.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 116 | 59 | 0.45 | 0 | 0.49 | 0.55 | 114.74 | 0.33 | 0.34 |
| Hex | 40 | 74 | 3B | 2D | 0 | 31 | 37 | 73 | 21 | 22 |
| Octal | 100 | 164 | 73 | 55 | 0 | 61 | 67 | 163 | 41 | 42 |
| Binary | 1000000 | 1110100 | 111011 | 101101 | 0 | 110001 | 110111 | 1110011 | 100001 | 100010 |
Color Harmonies of #40743B
Complementary color
Monochromatic Colors of #40743B
Black with #40743B
Text Example
Text Example
White with #40743B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40743B; }
p { color: rgb(64,116,59); }
H1.HeaderClassName
{
color: #40743B;
}
.AnyTagClassName
{
color: #40743B;
}
</style>
background-color css
<style>
a { background-color: #40743B; }
a { background-color: rgb(64,116,59); }
div.DivClassName
{
background-color: #40743B;
}
.BgClassName
{
background-color: #40743B;
}
</style>
border-color css
<style>
span { border-color: #40743B; }
span { border-color: rgb(64,116,59); }
td.TdClassName
{
border-color: #40743B;
}
.TagClassName
{
border-color: #40743B;
}
</style>