Shades of Green House #40652E
Tints of Green House #40652E
RGB
CMYK
RGB Variations
Color information
#40652E (or 0x40652E) is known color: Green House. HEX triplet: 40, 65 and 2E. RGB value is (64,101,46). Sum of RGB (Red+Green+Blue) = 64+101+46=211 (27% of max value = 765). Red value is 64 (25.39% from 255 or 30.33% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 46 (18.36% from 255 or 21.80% from 211); Max value from RGB is 101 - color contains mainly: green. Hex color #40652E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #40652E is #BF9AD1. Grayscale: #535353. Windows color (decimal): -12557010 or 3040576. OLE color: 3040576.
HSL color Cylindrical-coordinate representation of color #40652E: hue angle of 100.36º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #40652E is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 64 | 101 | 46 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.60 |
| HSL | 100.36º | 0.37% | 0.29% | - |
| HSV(B) | 100.36º | 0.54% | 0.4% | - |
| XYZ | 7.26 | 10.59 | 4.25 | - |
| YUV | 83.67 | 106.74 | 113.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 101 | 46 | 0.37 | 0 | 0.54 | 0.60 | 100.36 | 0.37 | 0.29 |
| Hex | 40 | 65 | 2E | 25 | 0 | 36 | 3C | 64 | 25 | 1D |
| Octal | 100 | 145 | 56 | 45 | 0 | 66 | 74 | 144 | 45 | 35 |
| Binary | 1000000 | 1100101 | 101110 | 100101 | 0 | 110110 | 111100 | 1100100 | 100101 | 11101 |
Color Harmonies of #40652E
Complementary color
Monochromatic Colors of #40652E
Black with #40652E
Text Example
Text Example
White with #40652E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #40652E; }
p { color: rgb(64,101,46); }
H1.HeaderClassName
{
color: #40652E;
}
.AnyTagClassName
{
color: #40652E;
}
</style>
background-color css
<style>
a { background-color: #40652E; }
a { background-color: rgb(64,101,46); }
div.DivClassName
{
background-color: #40652E;
}
.BgClassName
{
background-color: #40652E;
}
</style>
border-color css
<style>
span { border-color: #40652E; }
span { border-color: rgb(64,101,46); }
td.TdClassName
{
border-color: #40652E;
}
.TagClassName
{
border-color: #40652E;
}
</style>