Shades of Green House #407334
Tints of Green House #407334
RGB
CMYK
RGB Variations
Color information
#407334 (or 0x407334) is known color: Green House. HEX triplet: 40, 73 and 34. RGB value is (64,115,52). Sum of RGB (Red+Green+Blue) = 64+115+52=231 (30% of max value = 765). Red value is 64 (25.39% from 255 or 27.71% from 231); Green value is 115 (45.31% from 255 or 49.78% from 231); Blue value is 52 (20.70% from 255 or 22.51% from 231); Max value from RGB is 115 - color contains mainly: green. Hex color #407334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #407334 is #BF8CCB. Grayscale: #5C5C5C. Windows color (decimal): -12553420 or 3437376. OLE color: 3437376.
HSL color Cylindrical-coordinate representation of color #407334: hue angle of 108.57º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #407334 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 64 | 115 | 52 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.55 |
| HSL | 108.57º | 0.38% | 0.33% | - |
| HSV(B) | 108.57º | 0.55% | 0.45% | - |
| XYZ | 8.86 | 13.6 | 5.41 | - |
| YUV | 92.57 | 105.1 | 107.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 115 | 52 | 0.44 | 0 | 0.55 | 0.55 | 108.57 | 0.38 | 0.33 |
| Hex | 40 | 73 | 34 | 2C | 0 | 37 | 37 | 6D | 26 | 21 |
| Octal | 100 | 163 | 64 | 54 | 0 | 67 | 67 | 155 | 46 | 41 |
| Binary | 1000000 | 1110011 | 110100 | 101100 | 0 | 110111 | 110111 | 1101101 | 100110 | 100001 |
Color Harmonies of #407334
Complementary color
Monochromatic Colors of #407334
Black with #407334
Text Example
Text Example
White with #407334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407334; }
p { color: rgb(64,115,52); }
H1.HeaderClassName
{
color: #407334;
}
.AnyTagClassName
{
color: #407334;
}
</style>
background-color css
<style>
a { background-color: #407334; }
a { background-color: rgb(64,115,52); }
div.DivClassName
{
background-color: #407334;
}
.BgClassName
{
background-color: #407334;
}
</style>
border-color css
<style>
span { border-color: #407334; }
span { border-color: rgb(64,115,52); }
td.TdClassName
{
border-color: #407334;
}
.TagClassName
{
border-color: #407334;
}
</style>