Shades of Green House #446A40
Tints of Green House #446A40
RGB
CMYK
RGB Variations
Color information
#446A40 (or 0x446A40) is known color: Green House. HEX triplet: 44, 6A and 40. RGB value is (68,106,64). Sum of RGB (Red+Green+Blue) = 68+106+64=238 (31% of max value = 765). Red value is 68 (26.95% from 255 or 28.57% from 238); Green value is 106 (41.80% from 255 or 44.54% from 238); Blue value is 64 (25.39% from 255 or 26.89% from 238); Max value from RGB is 106 - color contains mainly: green. Hex color #446A40 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446A40 is #BB95BF. Grayscale: #595959. Windows color (decimal): -12293568 or 4221508. OLE color: 4221508.
HSL color Cylindrical-coordinate representation of color #446A40: hue angle of 114.29º degrees, saturation: 0.25, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #446A40 is Cyan = 0.36, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 68 | 106 | 64 | - |
| CMYK | 0.36 | 0 | 0.40 | 0.58 |
| HSL | 114.29º | 0.25% | 0.33% | - |
| HSV(B) | 114.29º | 0.4% | 0.42% | - |
| XYZ | 8.46 | 11.91 | 6.7 | - |
| YUV | 89.85 | 113.41 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 106 | 64 | 0.36 | 0 | 0.40 | 0.58 | 114.29 | 0.25 | 0.33 |
| Hex | 44 | 6A | 40 | 24 | 0 | 28 | 3A | 72 | 19 | 21 |
| Octal | 104 | 152 | 100 | 44 | 0 | 50 | 72 | 162 | 31 | 41 |
| Binary | 1000100 | 1101010 | 1000000 | 100100 | 0 | 101000 | 111010 | 1110010 | 11001 | 100001 |
Color Harmonies of #446A40
Complementary color
Monochromatic Colors of #446A40
Black with #446A40
Text Example
Text Example
White with #446A40
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446A40; }
p { color: rgb(68,106,64); }
H1.HeaderClassName
{
color: #446A40;
}
.AnyTagClassName
{
color: #446A40;
}
</style>
background-color css
<style>
a { background-color: #446A40; }
a { background-color: rgb(68,106,64); }
div.DivClassName
{
background-color: #446A40;
}
.BgClassName
{
background-color: #446A40;
}
</style>
border-color css
<style>
span { border-color: #446A40; }
span { border-color: rgb(68,106,64); }
td.TdClassName
{
border-color: #446A40;
}
.TagClassName
{
border-color: #446A40;
}
</style>