Shades of Green House #445E3D
Tints of Green House #445E3D
RGB
CMYK
RGB Variations
Color information
#445E3D (or 0x445E3D) is known color: Green House. HEX triplet: 44, 5E and 3D. RGB value is (68,94,61). Sum of RGB (Red+Green+Blue) = 68+94+61=223 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.49% from 223); Green value is 94 (37.11% from 255 or 42.15% from 223); Blue value is 61 (24.22% from 255 or 27.35% from 223); Max value from RGB is 94 - color contains mainly: green. Hex color #445E3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445E3D is #BBA1C2. Grayscale: #525252. Windows color (decimal): -12296643 or 4021828. OLE color: 4021828.
HSL color Cylindrical-coordinate representation of color #445E3D: hue angle of 107.27º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #445E3D is Cyan = 0.28, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 68 | 94 | 61 | - |
| CMYK | 0.28 | 0 | 0.35 | 0.63 |
| HSL | 107.27º | 0.21% | 0.3% | - |
| HSV(B) | 107.27º | 0.35% | 0.37% | - |
| XYZ | 7.23 | 9.57 | 5.88 | - |
| YUV | 82.46 | 115.89 | 117.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 94 | 61 | 0.28 | 0 | 0.35 | 0.63 | 107.27 | 0.21 | 0.3 |
| Hex | 44 | 5E | 3D | 1C | 0 | 23 | 3F | 6B | 15 | 1E |
| Octal | 104 | 136 | 75 | 34 | 0 | 43 | 77 | 153 | 25 | 36 |
| Binary | 1000100 | 1011110 | 111101 | 11100 | 0 | 100011 | 111111 | 1101011 | 10101 | 11110 |
Color Harmonies of #445E3D
Complementary color
Monochromatic Colors of #445E3D
Black with #445E3D
Text Example
Text Example
White with #445E3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445E3D; }
p { color: rgb(68,94,61); }
H1.HeaderClassName
{
color: #445E3D;
}
.AnyTagClassName
{
color: #445E3D;
}
</style>
background-color css
<style>
a { background-color: #445E3D; }
a { background-color: rgb(68,94,61); }
div.DivClassName
{
background-color: #445E3D;
}
.BgClassName
{
background-color: #445E3D;
}
</style>
border-color css
<style>
span { border-color: #445E3D; }
span { border-color: rgb(68,94,61); }
td.TdClassName
{
border-color: #445E3D;
}
.TagClassName
{
border-color: #445E3D;
}
</style>