Shades of Green House #406238
Tints of Green House #406238
RGB
CMYK
RGB Variations
Color information
#406238 (or 0x406238) is known color: Green House. HEX triplet: 40, 62 and 38. RGB value is (64,98,56). Sum of RGB (Red+Green+Blue) = 64+98+56=218 (28% of max value = 765). Red value is 64 (25.39% from 255 or 29.36% from 218); Green value is 98 (38.67% from 255 or 44.95% from 218); Blue value is 56 (22.27% from 255 or 25.69% from 218); Max value from RGB is 98 - color contains mainly: green. Hex color #406238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406238 is #BF9DC7. Grayscale: #535353. Windows color (decimal): -12557768 or 3695168. OLE color: 3695168.
HSL color Cylindrical-coordinate representation of color #406238: hue angle of 108.57º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #406238 is Cyan = 0.35, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 64 | 98 | 56 | - |
| CMYK | 0.35 | 0 | 0.43 | 0.62 |
| HSL | 108.57º | 0.27% | 0.3% | - |
| HSV(B) | 108.57º | 0.43% | 0.38% | - |
| XYZ | 7.2 | 10.11 | 5.31 | - |
| YUV | 83.05 | 112.74 | 114.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 98 | 56 | 0.35 | 0 | 0.43 | 0.62 | 108.57 | 0.27 | 0.3 |
| Hex | 40 | 62 | 38 | 23 | 0 | 2B | 3E | 6D | 1B | 1E |
| Octal | 100 | 142 | 70 | 43 | 0 | 53 | 76 | 155 | 33 | 36 |
| Binary | 1000000 | 1100010 | 111000 | 100011 | 0 | 101011 | 111110 | 1101101 | 11011 | 11110 |
Color Harmonies of #406238
Complementary color
Monochromatic Colors of #406238
Black with #406238
Text Example
Text Example
White with #406238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406238; }
p { color: rgb(64,98,56); }
H1.HeaderClassName
{
color: #406238;
}
.AnyTagClassName
{
color: #406238;
}
</style>
background-color css
<style>
a { background-color: #406238; }
a { background-color: rgb(64,98,56); }
div.DivClassName
{
background-color: #406238;
}
.BgClassName
{
background-color: #406238;
}
</style>
border-color css
<style>
span { border-color: #406238; }
span { border-color: rgb(64,98,56); }
td.TdClassName
{
border-color: #406238;
}
.TagClassName
{
border-color: #406238;
}
</style>