Shades of Green House #406F38
Tints of Green House #406F38
RGB
CMYK
RGB Variations
Color information
#406F38 (or 0x406F38) is known color: Green House. HEX triplet: 40, 6F and 38. RGB value is (64,111,56). Sum of RGB (Red+Green+Blue) = 64+111+56=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 56 (22.27% from 255 or 24.24% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #406F38 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #406F38 is #BF90C7. Grayscale: #5A5A5A. Windows color (decimal): -12554440 or 3698496. OLE color: 3698496.
HSL color Cylindrical-coordinate representation of color #406F38: hue angle of 111.27º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #406F38 is Cyan = 0.42, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 111 | 56 | - |
| CMYK | 0.42 | 0 | 0.50 | 0.56 |
| HSL | 111.27º | 0.33% | 0.33% | - |
| HSV(B) | 111.27º | 0.5% | 0.44% | - |
| XYZ | 8.51 | 12.74 | 5.75 | - |
| YUV | 90.68 | 108.43 | 108.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 111 | 56 | 0.42 | 0 | 0.50 | 0.56 | 111.27 | 0.33 | 0.33 |
| Hex | 40 | 6F | 38 | 2A | 0 | 32 | 38 | 6F | 21 | 21 |
| Octal | 100 | 157 | 70 | 52 | 0 | 62 | 70 | 157 | 41 | 41 |
| Binary | 1000000 | 1101111 | 111000 | 101010 | 0 | 110010 | 111000 | 1101111 | 100001 | 100001 |
Color Harmonies of #406F38
Complementary color
Monochromatic Colors of #406F38
Black with #406F38
Text Example
Text Example
White with #406F38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #406F38; }
p { color: rgb(64,111,56); }
H1.HeaderClassName
{
color: #406F38;
}
.AnyTagClassName
{
color: #406F38;
}
</style>
background-color css
<style>
a { background-color: #406F38; }
a { background-color: rgb(64,111,56); }
div.DivClassName
{
background-color: #406F38;
}
.BgClassName
{
background-color: #406F38;
}
</style>
border-color css
<style>
span { border-color: #406F38; }
span { border-color: rgb(64,111,56); }
td.TdClassName
{
border-color: #406F38;
}
.TagClassName
{
border-color: #406F38;
}
</style>