Shades of Green House #386222
Tints of Green House #386222
RGB
CMYK
RGB Variations
Color information
#386222 (or 0x386222) is known color: Green House. HEX triplet: 38, 62 and 22. RGB value is (56,98,34). Sum of RGB (Red+Green+Blue) = 56+98+34=188 (24% of max value = 765). Red value is 56 (22.27% from 255 or 29.79% from 188); Green value is 98 (38.67% from 255 or 52.13% from 188); Blue value is 34 (13.67% from 255 or 18.09% from 188); Max value from RGB is 98 - color contains mainly: green. Hex color #386222 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386222 is #C79DDD. Grayscale: #4E4E4E. Windows color (decimal): -13082078 or 2253368. OLE color: 2253368.
HSL color Cylindrical-coordinate representation of color #386222: hue angle of 99.38º degrees, saturation: 0.48, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #386222 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 56 | 98 | 34 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.62 |
| HSL | 99.38º | 0.48% | 0.26% | - |
| HSV(B) | 99.38º | 0.65% | 0.38% | - |
| XYZ | 6.29 | 9.69 | 3.05 | - |
| YUV | 78.15 | 103.09 | 112.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 98 | 34 | 0.43 | 0 | 0.65 | 0.62 | 99.38 | 0.48 | 0.26 |
| Hex | 38 | 62 | 22 | 2B | 0 | 41 | 3E | 63 | 30 | 1A |
| Octal | 70 | 142 | 42 | 53 | 0 | 101 | 76 | 143 | 60 | 32 |
| Binary | 111000 | 1100010 | 100010 | 101011 | 0 | 1000001 | 111110 | 1100011 | 110000 | 11010 |
Color Harmonies of #386222
Complementary color
Monochromatic Colors of #386222
Black with #386222
Text Example
Text Example
White with #386222
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386222; }
p { color: rgb(56,98,34); }
H1.HeaderClassName
{
color: #386222;
}
.AnyTagClassName
{
color: #386222;
}
</style>
background-color css
<style>
a { background-color: #386222; }
a { background-color: rgb(56,98,34); }
div.DivClassName
{
background-color: #386222;
}
.BgClassName
{
background-color: #386222;
}
</style>
border-color css
<style>
span { border-color: #386222; }
span { border-color: rgb(56,98,34); }
td.TdClassName
{
border-color: #386222;
}
.TagClassName
{
border-color: #386222;
}
</style>