Shades of Green House #40613B
Tints of Green House #40613B
RGB
CMYK
RGB Variations
Color information
#40613B (or 0x40613B) is known color: Green House. HEX triplet: 40, 61 and 3B. RGB value is (64,97,59). Sum of RGB (Red+Green+Blue) = 64+97+59=220 (29% of max value = 765). Red value is 64 (25.39% from 255 or 29.09% from 220); Green value is 97 (38.28% from 255 or 44.09% from 220); Blue value is 59 (23.44% from 255 or 26.82% from 220); Max value from RGB is 97 - color contains mainly: green. Hex color #40613B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40613B is #BF9EC4. Grayscale: #525252. Windows color (decimal): -12558021 or 3891520. OLE color: 3891520.
HSL color Cylindrical-coordinate representation of color #40613B: hue angle of 112.11º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #40613B is Cyan = 0.34, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 97 | 59 | - |
| CMYK | 0.34 | 0 | 0.39 | 0.62 |
| HSL | 112.11º | 0.24% | 0.31% | - |
| HSV(B) | 112.11º | 0.39% | 0.38% | - |
| XYZ | 7.18 | 9.96 | 5.68 | - |
| YUV | 82.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 97 | 59 | 0.34 | 0 | 0.39 | 0.62 | 112.11 | 0.24 | 0.31 |
| Hex | 40 | 61 | 3B | 22 | 0 | 27 | 3E | 70 | 18 | 1F |
| Octal | 100 | 141 | 73 | 42 | 0 | 47 | 76 | 160 | 30 | 37 |
| Binary | 1000000 | 1100001 | 111011 | 100010 | 0 | 100111 | 111110 | 1110000 | 11000 | 11111 |
Color Harmonies of #40613B
Complementary color
Monochromatic Colors of #40613B
Black with #40613B
Text Example
Text Example
White with #40613B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40613B; }
p { color: rgb(64,97,59); }
H1.HeaderClassName
{
color: #40613B;
}
.AnyTagClassName
{
color: #40613B;
}
</style>
background-color css
<style>
a { background-color: #40613B; }
a { background-color: rgb(64,97,59); }
div.DivClassName
{
background-color: #40613B;
}
.BgClassName
{
background-color: #40613B;
}
</style>
border-color css
<style>
span { border-color: #40613B; }
span { border-color: rgb(64,97,59); }
td.TdClassName
{
border-color: #40613B;
}
.TagClassName
{
border-color: #40613B;
}
</style>