Shades of Green House #44693A
Tints of Green House #44693A
RGB
CMYK
RGB Variations
Color information
#44693A (or 0x44693A) is known color: Green House. HEX triplet: 44, 69 and 3A. RGB value is (68,105,58). Sum of RGB (Red+Green+Blue) = 68+105+58=231 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.44% from 231); Green value is 105 (41.41% from 255 or 45.45% from 231); Blue value is 58 (23.05% from 255 or 25.11% from 231); Max value from RGB is 105 - color contains mainly: green. Hex color #44693A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44693A is #BB96C5. Grayscale: #585858. Windows color (decimal): -12293830 or 3828036. OLE color: 3828036.
HSL color Cylindrical-coordinate representation of color #44693A: hue angle of 107.23º degrees, saturation: 0.29, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #44693A is Cyan = 0.35, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 68 | 105 | 58 | - |
| CMYK | 0.35 | 0 | 0.45 | 0.59 |
| HSL | 107.23º | 0.29% | 0.32% | - |
| HSV(B) | 107.23º | 0.45% | 0.41% | - |
| XYZ | 8.2 | 11.64 | 5.82 | - |
| YUV | 88.58 | 110.74 | 113.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 105 | 58 | 0.35 | 0 | 0.45 | 0.59 | 107.23 | 0.29 | 0.32 |
| Hex | 44 | 69 | 3A | 23 | 0 | 2D | 3B | 6B | 1D | 20 |
| Octal | 104 | 151 | 72 | 43 | 0 | 55 | 73 | 153 | 35 | 40 |
| Binary | 1000100 | 1101001 | 111010 | 100011 | 0 | 101101 | 111011 | 1101011 | 11101 | 100000 |
Color Harmonies of #44693A
Complementary color
Monochromatic Colors of #44693A
Black with #44693A
Text Example
Text Example
White with #44693A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44693A; }
p { color: rgb(68,105,58); }
H1.HeaderClassName
{
color: #44693A;
}
.AnyTagClassName
{
color: #44693A;
}
</style>
background-color css
<style>
a { background-color: #44693A; }
a { background-color: rgb(68,105,58); }
div.DivClassName
{
background-color: #44693A;
}
.BgClassName
{
background-color: #44693A;
}
</style>
border-color css
<style>
span { border-color: #44693A; }
span { border-color: rgb(68,105,58); }
td.TdClassName
{
border-color: #44693A;
}
.TagClassName
{
border-color: #44693A;
}
</style>