Shades of Green House #445D3D
Tints of Green House #445D3D
RGB
CMYK
RGB Variations
Color information
#445D3D (or 0x445D3D) is known color: Green House. HEX triplet: 44, 5D and 3D. RGB value is (68,93,61). Sum of RGB (Red+Green+Blue) = 68+93+61=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 93 (36.72% from 255 or 41.89% from 222); Blue value is 61 (24.22% from 255 or 27.48% from 222); Max value from RGB is 93 - color contains mainly: green. Hex color #445D3D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445D3D is #BBA2C2. Grayscale: #515151. Windows color (decimal): -12296899 or 4021572. OLE color: 4021572.
HSL color Cylindrical-coordinate representation of color #445D3D: hue angle of 106.88º degrees, saturation: 0.21, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #445D3D is Cyan = 0.27, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 93 | 61 | - |
| CMYK | 0.27 | 0 | 0.34 | 0.64 |
| HSL | 106.88º | 0.21% | 0.3% | - |
| HSV(B) | 106.88º | 0.34% | 0.36% | - |
| XYZ | 7.14 | 9.39 | 5.85 | - |
| YUV | 81.88 | 116.22 | 118.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 61 | 0.27 | 0 | 0.34 | 0.64 | 106.88 | 0.21 | 0.3 |
| Hex | 44 | 5D | 3D | 1B | 0 | 22 | 40 | 6B | 15 | 1E |
| Octal | 104 | 135 | 75 | 33 | 0 | 42 | 100 | 153 | 25 | 36 |
| Binary | 1000100 | 1011101 | 111101 | 11011 | 0 | 100010 | 1000000 | 1101011 | 10101 | 11110 |
Color Harmonies of #445D3D
Complementary color
Monochromatic Colors of #445D3D
Black with #445D3D
Text Example
Text Example
White with #445D3D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445D3D; }
p { color: rgb(68,93,61); }
H1.HeaderClassName
{
color: #445D3D;
}
.AnyTagClassName
{
color: #445D3D;
}
</style>
background-color css
<style>
a { background-color: #445D3D; }
a { background-color: rgb(68,93,61); }
div.DivClassName
{
background-color: #445D3D;
}
.BgClassName
{
background-color: #445D3D;
}
</style>
border-color css
<style>
span { border-color: #445D3D; }
span { border-color: rgb(68,93,61); }
td.TdClassName
{
border-color: #445D3D;
}
.TagClassName
{
border-color: #445D3D;
}
</style>