Shades of Green House #44643C
Tints of Green House #44643C
RGB
CMYK
RGB Variations
Color information
#44643C (or 0x44643C) is known color: Green House. HEX triplet: 44, 64 and 3C. RGB value is (68,100,60). Sum of RGB (Red+Green+Blue) = 68+100+60=228 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.82% from 228); Green value is 100 (39.45% from 255 or 43.86% from 228); Blue value is 60 (23.83% from 255 or 26.32% from 228); Max value from RGB is 100 - color contains mainly: green. Hex color #44643C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44643C is #BB9BC3. Grayscale: #565656. Windows color (decimal): -12295108 or 3957828. OLE color: 3957828.
HSL color Cylindrical-coordinate representation of color #44643C: hue angle of 108º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #44643C is Cyan = 0.32, Magento = 0, Yellow = 0.4 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 100 | 60 | - |
| CMYK | 0.32 | 0 | 0.4 | 0.61 |
| HSL | 108º | 0.25% | 0.31% | - |
| HSV(B) | 108º | 0.4% | 0.39% | - |
| XYZ | 7.76 | 10.67 | 5.93 | - |
| YUV | 85.87 | 113.4 | 115.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 60 | 0.32 | 0 | 0.4 | 0.61 | 108 | 0.25 | 0.31 |
| Hex | 44 | 64 | 3C | 20 | 0 | 28 | 3D | 6C | 19 | 1F |
| Octal | 104 | 144 | 74 | 40 | 0 | 50 | 75 | 154 | 31 | 37 |
| Binary | 1000100 | 1100100 | 111100 | 100000 | 0 | 101000 | 111101 | 1101100 | 11001 | 11111 |
Color Harmonies of #44643C
Complementary color
Monochromatic Colors of #44643C
Black with #44643C
Text Example
Text Example
White with #44643C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44643C; }
p { color: rgb(68,100,60); }
H1.HeaderClassName
{
color: #44643C;
}
.AnyTagClassName
{
color: #44643C;
}
</style>
background-color css
<style>
a { background-color: #44643C; }
a { background-color: rgb(68,100,60); }
div.DivClassName
{
background-color: #44643C;
}
.BgClassName
{
background-color: #44643C;
}
</style>
border-color css
<style>
span { border-color: #44643C; }
span { border-color: rgb(68,100,60); }
td.TdClassName
{
border-color: #44643C;
}
.TagClassName
{
border-color: #44643C;
}
</style>