Shades of Green House #40653B
Tints of Green House #40653B
RGB
CMYK
RGB Variations
Color information
#40653B (or 0x40653B) is known color: Green House. HEX triplet: 40, 65 and 3B. RGB value is (64,101,59). Sum of RGB (Red+Green+Blue) = 64+101+59=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 101 (39.84% from 255 or 45.09% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 101 - color contains mainly: green. Hex color #40653B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40653B is #BF9AC4. Grayscale: #555555. Windows color (decimal): -12556997 or 3892544. OLE color: 3892544.
HSL color Cylindrical-coordinate representation of color #40653B: hue angle of 112.86º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #40653B is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 101 | 59 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.60 |
| HSL | 112.86º | 0.26% | 0.31% | - |
| HSV(B) | 112.86º | 0.42% | 0.4% | - |
| XYZ | 7.56 | 10.71 | 5.81 | - |
| YUV | 85.15 | 113.24 | 112.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 59 | 0.37 | 0 | 0.42 | 0.60 | 112.86 | 0.26 | 0.31 |
| Hex | 40 | 65 | 3B | 25 | 0 | 2A | 3C | 71 | 1A | 1F |
| Octal | 100 | 145 | 73 | 45 | 0 | 52 | 74 | 161 | 32 | 37 |
| Binary | 1000000 | 1100101 | 111011 | 100101 | 0 | 101010 | 111100 | 1110001 | 11010 | 11111 |
Color Harmonies of #40653B
Complementary color
Monochromatic Colors of #40653B
Black with #40653B
Text Example
Text Example
White with #40653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40653B; }
p { color: rgb(64,101,59); }
H1.HeaderClassName
{
color: #40653B;
}
.AnyTagClassName
{
color: #40653B;
}
</style>
background-color css
<style>
a { background-color: #40653B; }
a { background-color: rgb(64,101,59); }
div.DivClassName
{
background-color: #40653B;
}
.BgClassName
{
background-color: #40653B;
}
</style>
border-color css
<style>
span { border-color: #40653B; }
span { border-color: rgb(64,101,59); }
td.TdClassName
{
border-color: #40653B;
}
.TagClassName
{
border-color: #40653B;
}
</style>