Shades of Green House #44653F
Tints of Green House #44653F
RGB
CMYK
RGB Variations
Color information
#44653F (or 0x44653F) is known color: Green House. HEX triplet: 44, 65 and 3F. RGB value is (68,101,63). Sum of RGB (Red+Green+Blue) = 68+101+63=232 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.31% from 232); Green value is 101 (39.84% from 255 or 43.53% from 232); Blue value is 63 (25% from 255 or 27.16% from 232); Max value from RGB is 101 - color contains mainly: green. Hex color #44653F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44653F is #BB9AC0. Grayscale: #565656. Windows color (decimal): -12294849 or 4154692. OLE color: 4154692.
HSL color Cylindrical-coordinate representation of color #44653F: hue angle of 112.11º degrees, saturation: 0.23, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #44653F is Cyan = 0.33, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 68 | 101 | 63 | - |
| CMYK | 0.33 | 0 | 0.38 | 0.60 |
| HSL | 112.11º | 0.23% | 0.32% | - |
| HSV(B) | 112.11º | 0.38% | 0.4% | - |
| XYZ | 7.93 | 10.9 | 6.39 | - |
| YUV | 86.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 101 | 63 | 0.33 | 0 | 0.38 | 0.60 | 112.11 | 0.23 | 0.32 |
| Hex | 44 | 65 | 3F | 21 | 0 | 26 | 3C | 70 | 17 | 20 |
| Octal | 104 | 145 | 77 | 41 | 0 | 46 | 74 | 160 | 27 | 40 |
| Binary | 1000100 | 1100101 | 111111 | 100001 | 0 | 100110 | 111100 | 1110000 | 10111 | 100000 |
Color Harmonies of #44653F
Complementary color
Monochromatic Colors of #44653F
Black with #44653F
Text Example
Text Example
White with #44653F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44653F; }
p { color: rgb(68,101,63); }
H1.HeaderClassName
{
color: #44653F;
}
.AnyTagClassName
{
color: #44653F;
}
</style>
background-color css
<style>
a { background-color: #44653F; }
a { background-color: rgb(68,101,63); }
div.DivClassName
{
background-color: #44653F;
}
.BgClassName
{
background-color: #44653F;
}
</style>
border-color css
<style>
span { border-color: #44653F; }
span { border-color: rgb(68,101,63); }
td.TdClassName
{
border-color: #44653F;
}
.TagClassName
{
border-color: #44653F;
}
</style>