Shades of Green House #446238
Tints of Green House #446238
RGB
CMYK
RGB Variations
Color information
#446238 (or 0x446238) is known color: Green House. HEX triplet: 44, 62 and 38. RGB value is (68,98,56). Sum of RGB (Red+Green+Blue) = 68+98+56=222 (29% of max value = 765). Red value is 68 (26.95% from 255 or 30.63% from 222); Green value is 98 (38.67% from 255 or 44.14% from 222); Blue value is 56 (22.27% from 255 or 25.23% from 222); Max value from RGB is 98 - color contains mainly: green. Hex color #446238 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #446238 is #BB9DC7. Grayscale: #545454. Windows color (decimal): -12295624 or 3695172. OLE color: 3695172.
HSL color Cylindrical-coordinate representation of color #446238: hue angle of 102.86º degrees, saturation: 0.27, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #446238 is Cyan = 0.31, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 68 | 98 | 56 | - |
| CMYK | 0.31 | 0 | 0.43 | 0.62 |
| HSL | 102.86º | 0.27% | 0.3% | - |
| HSV(B) | 102.86º | 0.43% | 0.38% | - |
| XYZ | 7.47 | 10.25 | 5.33 | - |
| YUV | 84.24 | 112.06 | 116.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 68 | 98 | 56 | 0.31 | 0 | 0.43 | 0.62 | 102.86 | 0.27 | 0.3 |
| Hex | 44 | 62 | 38 | 1F | 0 | 2B | 3E | 67 | 1B | 1E |
| Octal | 104 | 142 | 70 | 37 | 0 | 53 | 76 | 147 | 33 | 36 |
| Binary | 1000100 | 1100010 | 111000 | 11111 | 0 | 101011 | 111110 | 1100111 | 11011 | 11110 |
Color Harmonies of #446238
Complementary color
Monochromatic Colors of #446238
Black with #446238
Text Example
Text Example
White with #446238
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #446238; }
p { color: rgb(68,98,56); }
H1.HeaderClassName
{
color: #446238;
}
.AnyTagClassName
{
color: #446238;
}
</style>
background-color css
<style>
a { background-color: #446238; }
a { background-color: rgb(68,98,56); }
div.DivClassName
{
background-color: #446238;
}
.BgClassName
{
background-color: #446238;
}
</style>
border-color css
<style>
span { border-color: #446238; }
span { border-color: rgb(68,98,56); }
td.TdClassName
{
border-color: #446238;
}
.TagClassName
{
border-color: #446238;
}
</style>