Shades of Green House #44643B
Tints of Green House #44643B
RGB
CMYK
RGB Variations
Color information
#44643B (or 0x44643B) is known color: Green House. HEX triplet: 44, 64 and 3B. RGB value is (68,100,59). Sum of RGB (Red+Green+Blue) = 68+100+59=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 100 (39.45% from 255 or 44.05% from 227); Blue value is 59 (23.44% from 255 or 25.99% from 227); Max value from RGB is 100 - color contains mainly: green. Hex color #44643B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44643B is #BB9BC4. Grayscale: #555555. Windows color (decimal): -12295109 or 3892292. OLE color: 3892292.
HSL color Cylindrical-coordinate representation of color #44643B: hue angle of 106.83º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #44643B is Cyan = 0.32, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 100 | 59 | - |
| CMYK | 0.32 | 0 | 0.41 | 0.61 |
| HSL | 106.83º | 0.26% | 0.31% | - |
| HSV(B) | 106.83º | 0.41% | 0.39% | - |
| XYZ | 7.73 | 10.66 | 5.79 | - |
| YUV | 85.76 | 112.9 | 115.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 100 | 59 | 0.32 | 0 | 0.41 | 0.61 | 106.83 | 0.26 | 0.31 |
| Hex | 44 | 64 | 3B | 20 | 0 | 29 | 3D | 6B | 1A | 1F |
| Octal | 104 | 144 | 73 | 40 | 0 | 51 | 75 | 153 | 32 | 37 |
| Binary | 1000100 | 1100100 | 111011 | 100000 | 0 | 101001 | 111101 | 1101011 | 11010 | 11111 |
Color Harmonies of #44643B
Complementary color
Monochromatic Colors of #44643B
Black with #44643B
Text Example
Text Example
White with #44643B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44643B; }
p { color: rgb(68,100,59); }
H1.HeaderClassName
{
color: #44643B;
}
.AnyTagClassName
{
color: #44643B;
}
</style>
background-color css
<style>
a { background-color: #44643B; }
a { background-color: rgb(68,100,59); }
div.DivClassName
{
background-color: #44643B;
}
.BgClassName
{
background-color: #44643B;
}
</style>
border-color css
<style>
span { border-color: #44643B; }
span { border-color: rgb(68,100,59); }
td.TdClassName
{
border-color: #44643B;
}
.TagClassName
{
border-color: #44643B;
}
</style>