Shades of Green House #407030
Tints of Green House #407030
RGB
CMYK
RGB Variations
Color information
#407030 (or 0x407030) is known color: Green House. HEX triplet: 40, 70 and 30. RGB value is (64,112,48). Sum of RGB (Red+Green+Blue) = 64+112+48=224 (29% of max value = 765). Red value is 64 (25.39% from 255 or 28.57% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 48 (19.14% from 255 or 21.43% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #407030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407030 is #BF8FCF. Grayscale: #5A5A5A. Windows color (decimal): -12554192 or 3174464. OLE color: 3174464.
HSL color Cylindrical-coordinate representation of color #407030: hue angle of 105º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #407030 is Cyan = 0.43, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 64 | 112 | 48 | - |
| CMYK | 0.43 | 0 | 0.57 | 0.56 |
| HSL | 105º | 0.4% | 0.31% | - |
| HSV(B) | 105º | 0.57% | 0.44% | - |
| XYZ | 8.44 | 12.89 | 4.84 | - |
| YUV | 90.35 | 104.1 | 109.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 112 | 48 | 0.43 | 0 | 0.57 | 0.56 | 105 | 0.4 | 0.31 |
| Hex | 40 | 70 | 30 | 2B | 0 | 39 | 38 | 69 | 28 | 1F |
| Octal | 100 | 160 | 60 | 53 | 0 | 71 | 70 | 151 | 50 | 37 |
| Binary | 1000000 | 1110000 | 110000 | 101011 | 0 | 111001 | 111000 | 1101001 | 101000 | 11111 |
Color Harmonies of #407030
Complementary color
Monochromatic Colors of #407030
Black with #407030
Text Example
Text Example
White with #407030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407030; }
p { color: rgb(64,112,48); }
H1.HeaderClassName
{
color: #407030;
}
.AnyTagClassName
{
color: #407030;
}
</style>
background-color css
<style>
a { background-color: #407030; }
a { background-color: rgb(64,112,48); }
div.DivClassName
{
background-color: #407030;
}
.BgClassName
{
background-color: #407030;
}
</style>
border-color css
<style>
span { border-color: #407030; }
span { border-color: rgb(64,112,48); }
td.TdClassName
{
border-color: #407030;
}
.TagClassName
{
border-color: #407030;
}
</style>