Shades of Green House #44613C
Tints of Green House #44613C
RGB
CMYK
RGB Variations
Color information
#44613C (or 0x44613C) is known color: Green House. HEX triplet: 44, 61 and 3C. RGB value is (68,97,60). Sum of RGB (Red+Green+Blue) = 68+97+60=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 97 (38.28% from 255 or 43.11% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 97 - color contains mainly: green. Hex color #44613C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44613C is #BB9EC3. Grayscale: #545454. Windows color (decimal): -12295876 or 3957060. OLE color: 3957060.
HSL color Cylindrical-coordinate representation of color #44613C: hue angle of 107.03º degrees, saturation: 0.24, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #44613C is Cyan = 0.30, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 97 | 60 | - |
| CMYK | 0.30 | 0 | 0.38 | 0.62 |
| HSL | 107.03º | 0.24% | 0.31% | - |
| HSV(B) | 107.03º | 0.38% | 0.38% | - |
| XYZ | 7.47 | 10.1 | 5.83 | - |
| YUV | 84.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 97 | 60 | 0.30 | 0 | 0.38 | 0.62 | 107.03 | 0.24 | 0.31 |
| Hex | 44 | 61 | 3C | 1E | 0 | 26 | 3E | 6B | 18 | 1F |
| Octal | 104 | 141 | 74 | 36 | 0 | 46 | 76 | 153 | 30 | 37 |
| Binary | 1000100 | 1100001 | 111100 | 11110 | 0 | 100110 | 111110 | 1101011 | 11000 | 11111 |
Color Harmonies of #44613C
Complementary color
Monochromatic Colors of #44613C
Black with #44613C
Text Example
Text Example
White with #44613C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44613C; }
p { color: rgb(68,97,60); }
H1.HeaderClassName
{
color: #44613C;
}
.AnyTagClassName
{
color: #44613C;
}
</style>
background-color css
<style>
a { background-color: #44613C; }
a { background-color: rgb(68,97,60); }
div.DivClassName
{
background-color: #44613C;
}
.BgClassName
{
background-color: #44613C;
}
</style>
border-color css
<style>
span { border-color: #44613C; }
span { border-color: rgb(68,97,60); }
td.TdClassName
{
border-color: #44613C;
}
.TagClassName
{
border-color: #44613C;
}
</style>