Shades of Green House #445D39
Tints of Green House #445D39
RGB
CMYK
RGB Variations
Color information
#445D39 (or 0x445D39) is known color: Green House. HEX triplet: 44, 5D and 39. RGB value is (68,93,57). Sum of RGB (Red+Green+Blue) = 68+93+57=218 (28% of max value = 765). Red value is 68 (26.95% from 255 or 31.19% from 218); Green value is 93 (36.72% from 255 or 42.66% from 218); Blue value is 57 (22.66% from 255 or 26.15% from 218); Max value from RGB is 93 - color contains mainly: green. Hex color #445D39 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #445D39 is #BBA2C6. Grayscale: #515151. Windows color (decimal): -12296903 or 3759428. OLE color: 3759428.
HSL color Cylindrical-coordinate representation of color #445D39: hue angle of 101.67º degrees, saturation: 0.24, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #445D39 is Cyan = 0.27, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 68 | 93 | 57 | - |
| CMYK | 0.27 | 0 | 0.39 | 0.64 |
| HSL | 101.67º | 0.24% | 0.29% | - |
| HSV(B) | 101.67º | 0.39% | 0.36% | - |
| XYZ | 7.04 | 9.35 | 5.31 | - |
| YUV | 81.42 | 114.22 | 118.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 93 | 57 | 0.27 | 0 | 0.39 | 0.64 | 101.67 | 0.24 | 0.29 |
| Hex | 44 | 5D | 39 | 1B | 0 | 27 | 40 | 66 | 18 | 1D |
| Octal | 104 | 135 | 71 | 33 | 0 | 47 | 100 | 146 | 30 | 35 |
| Binary | 1000100 | 1011101 | 111001 | 11011 | 0 | 100111 | 1000000 | 1100110 | 11000 | 11101 |
Color Harmonies of #445D39
Complementary color
Monochromatic Colors of #445D39
Black with #445D39
Text Example
Text Example
White with #445D39
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #445D39; }
p { color: rgb(68,93,57); }
H1.HeaderClassName
{
color: #445D39;
}
.AnyTagClassName
{
color: #445D39;
}
</style>
background-color css
<style>
a { background-color: #445D39; }
a { background-color: rgb(68,93,57); }
div.DivClassName
{
background-color: #445D39;
}
.BgClassName
{
background-color: #445D39;
}
</style>
border-color css
<style>
span { border-color: #445D39; }
span { border-color: rgb(68,93,57); }
td.TdClassName
{
border-color: #445D39;
}
.TagClassName
{
border-color: #445D39;
}
</style>