Shades of Green House #44633C
Tints of Green House #44633C
RGB
CMYK
RGB Variations
Color information
#44633C (or 0x44633C) is known color: Green House. HEX triplet: 44, 63 and 3C. RGB value is (68,99,60). Sum of RGB (Red+Green+Blue) = 68+99+60=227 (30% of max value = 765). Red value is 68 (26.95% from 255 or 29.96% from 227); Green value is 99 (39.06% from 255 or 43.61% from 227); Blue value is 60 (23.83% from 255 or 26.43% from 227); Max value from RGB is 99 - color contains mainly: green. Hex color #44633C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #44633C is #BB9CC3. Grayscale: #555555. Windows color (decimal): -12295364 or 3957572. OLE color: 3957572.
HSL color Cylindrical-coordinate representation of color #44633C: hue angle of 107.69º degrees, saturation: 0.25, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #44633C is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 68 | 99 | 60 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.61 |
| HSL | 107.69º | 0.25% | 0.31% | - |
| HSV(B) | 107.69º | 0.39% | 0.39% | - |
| XYZ | 7.66 | 10.48 | 5.89 | - |
| YUV | 85.29 | 113.73 | 115.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 99 | 60 | 0.31 | 0 | 0.39 | 0.61 | 107.69 | 0.25 | 0.31 |
| Hex | 44 | 63 | 3C | 1F | 0 | 27 | 3D | 6C | 19 | 1F |
| Octal | 104 | 143 | 74 | 37 | 0 | 47 | 75 | 154 | 31 | 37 |
| Binary | 1000100 | 1100011 | 111100 | 11111 | 0 | 100111 | 111101 | 1101100 | 11001 | 11111 |
Color Harmonies of #44633C
Complementary color
Monochromatic Colors of #44633C
Black with #44633C
Text Example
Text Example
White with #44633C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #44633C; }
p { color: rgb(68,99,60); }
H1.HeaderClassName
{
color: #44633C;
}
.AnyTagClassName
{
color: #44633C;
}
</style>
background-color css
<style>
a { background-color: #44633C; }
a { background-color: rgb(68,99,60); }
div.DivClassName
{
background-color: #44633C;
}
.BgClassName
{
background-color: #44633C;
}
</style>
border-color css
<style>
span { border-color: #44633C; }
span { border-color: rgb(68,99,60); }
td.TdClassName
{
border-color: #44633C;
}
.TagClassName
{
border-color: #44633C;
}
</style>