Shades of Green House #445B3D
Tints of Green House #445B3D
RGB
CMYK
RGB Variations
Color information
#445B3D (or 0x445B3D) is known color: Green House. HEX triplet: 44, 5B and 3D. RGB value is (68,91,61). Sum of RGB (Red+Green+Blue) = 68+91+61=220 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.91% from 220); Green value is 91 (35.94% from 255 or 41.36% from 220); Blue value is 61 (24.22% from 255 or 27.73% from 220); Max value from RGB is 91 - color contains mainly: green. Hex color #445B3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445B3D is #BBA4C2. Grayscale: #505050. Windows color (decimal): -12297411 or 4021060. OLE color: 4021060.
HSL color Cylindrical-coordinate representation of color #445B3D: hue angle of 106º degrees, saturation: 0.2, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.33%. Process color model (Four color, CMYK) of #445B3D is Cyan = 0.25, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 91 | 61 | - |
| CMYK | 0.25 | 0 | 0.33 | 0.64 |
| HSL | 106º | 0.2% | 0.3% | - |
| HSV(B) | 106º | 0.33% | 0.36% | - |
| XYZ | 6.97 | 9.05 | 5.79 | - |
| YUV | 80.7 | 116.88 | 118.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 91 | 61 | 0.25 | 0 | 0.33 | 0.64 | 106 | 0.2 | 0.3 |
| Hex | 44 | 5B | 3D | 19 | 0 | 21 | 40 | 6A | 14 | 1E |
| Octal | 104 | 133 | 75 | 31 | 0 | 41 | 100 | 152 | 24 | 36 |
| Binary | 1000100 | 1011011 | 111101 | 11001 | 0 | 100001 | 1000000 | 1101010 | 10100 | 11110 |
Color Harmonies of #445B3D
Complementary color
Monochromatic Colors of #445B3D
Black with #445B3D
Text Example
Text Example
White with #445B3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445B3D; }
p { color: rgb(68,91,61); }
H1.HeaderClassName
{
color: #445B3D;
}
.AnyTagClassName
{
color: #445B3D;
}
</style>
background-color css
<style>
a { background-color: #445B3D; }
a { background-color: rgb(68,91,61); }
div.DivClassName
{
background-color: #445B3D;
}
.BgClassName
{
background-color: #445B3D;
}
</style>
border-color css
<style>
span { border-color: #445B3D; }
span { border-color: rgb(68,91,61); }
td.TdClassName
{
border-color: #445B3D;
}
.TagClassName
{
border-color: #445B3D;
}
</style>