Shades of Green House #44633A
Tints of Green House #44633A
RGB
CMYK
RGB Variations
Color information
#44633A (or 0x44633A) is known color: Green House. HEX triplet: 44, 63 and 3A. RGB value is (68,99,58). Sum of RGB (Red+Green+Blue) = 68+99+58=225 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.22% from 225); Green value is 99 (39.06% from 255 or 44% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 99 - color contains mainly: green. Hex color #44633A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44633A is #BB9CC5. Grayscale: #555555. Windows color (decimal): -12295366 or 3826500. OLE color: 3826500.
HSL color Cylindrical-coordinate representation of color #44633A: hue angle of 105.37º 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 #44633A is Cyan = 0.31, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 99 | 58 | - |
| CMYK | 0.31 | 0 | 0.41 | 0.61 |
| HSL | 105.37º | 0.26% | 0.31% | - |
| HSV(B) | 105.37º | 0.41% | 0.39% | - |
| XYZ | 7.61 | 10.46 | 5.62 | - |
| YUV | 85.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 99 | 58 | 0.31 | 0 | 0.41 | 0.61 | 105.37 | 0.26 | 0.31 |
| Hex | 44 | 63 | 3A | 1F | 0 | 29 | 3D | 69 | 1A | 1F |
| Octal | 104 | 143 | 72 | 37 | 0 | 51 | 75 | 151 | 32 | 37 |
| Binary | 1000100 | 1100011 | 111010 | 11111 | 0 | 101001 | 111101 | 1101001 | 11010 | 11111 |
Color Harmonies of #44633A
Complementary color
Monochromatic Colors of #44633A
Black with #44633A
Text Example
Text Example
White with #44633A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44633A; }
p { color: rgb(68,99,58); }
H1.HeaderClassName
{
color: #44633A;
}
.AnyTagClassName
{
color: #44633A;
}
</style>
background-color css
<style>
a { background-color: #44633A; }
a { background-color: rgb(68,99,58); }
div.DivClassName
{
background-color: #44633A;
}
.BgClassName
{
background-color: #44633A;
}
</style>
border-color css
<style>
span { border-color: #44633A; }
span { border-color: rgb(68,99,58); }
td.TdClassName
{
border-color: #44633A;
}
.TagClassName
{
border-color: #44633A;
}
</style>