Shades of Green House #407235
Tints of Green House #407235
RGB
CMYK
RGB Variations
Color information
#407235 (or 0x407235) is known color: Green House. HEX triplet: 40, 72 and 35. RGB value is (64,114,53). Sum of RGB (Red+Green+Blue) = 64+114+53=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 114 (44.92% from 255 or 49.35% from 231); Blue value is 53 (21.09% from 255 or 22.94% from 231); Max value from RGB is 114 - color contains mainly: green. Hex color #407235 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407235 is #BF8DCA. Grayscale: #5C5C5C. Windows color (decimal): -12553675 or 3502656. OLE color: 3502656.
HSL color Cylindrical-coordinate representation of color #407235: hue angle of 109.18º degrees, saturation: 0.37, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #407235 is Cyan = 0.44, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 114 | 53 | - |
| CMYK | 0.44 | 0 | 0.54 | 0.55 |
| HSL | 109.18º | 0.37% | 0.33% | - |
| HSV(B) | 109.18º | 0.54% | 0.45% | - |
| XYZ | 8.77 | 13.38 | 5.49 | - |
| YUV | 92.1 | 105.94 | 107.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 114 | 53 | 0.44 | 0 | 0.54 | 0.55 | 109.18 | 0.37 | 0.33 |
| Hex | 40 | 72 | 35 | 2C | 0 | 36 | 37 | 6D | 25 | 21 |
| Octal | 100 | 162 | 65 | 54 | 0 | 66 | 67 | 155 | 45 | 41 |
| Binary | 1000000 | 1110010 | 110101 | 101100 | 0 | 110110 | 110111 | 1101101 | 100101 | 100001 |
Color Harmonies of #407235
Complementary color
Monochromatic Colors of #407235
Black with #407235
Text Example
Text Example
White with #407235
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407235; }
p { color: rgb(64,114,53); }
H1.HeaderClassName
{
color: #407235;
}
.AnyTagClassName
{
color: #407235;
}
</style>
background-color css
<style>
a { background-color: #407235; }
a { background-color: rgb(64,114,53); }
div.DivClassName
{
background-color: #407235;
}
.BgClassName
{
background-color: #407235;
}
</style>
border-color css
<style>
span { border-color: #407235; }
span { border-color: rgb(64,114,53); }
td.TdClassName
{
border-color: #407235;
}
.TagClassName
{
border-color: #407235;
}
</style>