Shades of Green House #447035
Tints of Green House #447035
RGB
CMYK
RGB Variations
Color information
#447035 (or 0x447035) is known color: Green House. HEX triplet: 44, 70 and 35. RGB value is (68,112,53). Sum of RGB (Red+Green+Blue) = 68+112+53=233 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.18% from 233); Green value is 112 (44.14% from 255 or 48.07% from 233); Blue value is 53 (21.09% from 255 or 22.75% from 233); Max value from RGB is 112 - color contains mainly: green. Hex color #447035 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #447035 is #BB8FCA. Grayscale: #5C5C5C. Windows color (decimal): -12292043 or 3502148. OLE color: 3502148.
HSL color Cylindrical-coordinate representation of color #447035: hue angle of 104.75º degrees, saturation: 0.36, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #447035 is Cyan = 0.39, Magento = 0, Yellow = 0.53 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 68 | 112 | 53 | - |
| CMYK | 0.39 | 0 | 0.53 | 0.56 |
| HSL | 104.75º | 0.36% | 0.32% | - |
| HSV(B) | 104.75º | 0.53% | 0.44% | - |
| XYZ | 8.82 | 13.07 | 5.43 | - |
| YUV | 92.12 | 105.92 | 110.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 112 | 53 | 0.39 | 0 | 0.53 | 0.56 | 104.75 | 0.36 | 0.32 |
| Hex | 44 | 70 | 35 | 27 | 0 | 35 | 38 | 69 | 24 | 20 |
| Octal | 104 | 160 | 65 | 47 | 0 | 65 | 70 | 151 | 44 | 40 |
| Binary | 1000100 | 1110000 | 110101 | 100111 | 0 | 110101 | 111000 | 1101001 | 100100 | 100000 |
Color Harmonies of #447035
Complementary color
Monochromatic Colors of #447035
Black with #447035
Text Example
Text Example
White with #447035
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #447035; }
p { color: rgb(68,112,53); }
H1.HeaderClassName
{
color: #447035;
}
.AnyTagClassName
{
color: #447035;
}
</style>
background-color css
<style>
a { background-color: #447035; }
a { background-color: rgb(68,112,53); }
div.DivClassName
{
background-color: #447035;
}
.BgClassName
{
background-color: #447035;
}
</style>
border-color css
<style>
span { border-color: #447035; }
span { border-color: rgb(68,112,53); }
td.TdClassName
{
border-color: #447035;
}
.TagClassName
{
border-color: #447035;
}
</style>