Shades of Green House #386E2C
Tints of Green House #386E2C
RGB
CMYK
RGB Variations
Color information
#386E2C (or 0x386E2C) is known color: Green House. HEX triplet: 38, 6E and 2C. RGB value is (56,110,44). Sum of RGB (Red+Green+Blue) = 56+110+44=210 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.67% from 210); Green value is 110 (43.36% from 255 or 52.38% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 110 - color contains mainly: green. Hex color #386E2C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386E2C is #C791D3. Grayscale: #565656. Windows color (decimal): -13078996 or 2911800. OLE color: 2911800.
HSL color Cylindrical-coordinate representation of color #386E2C: hue angle of 109.09º degrees, saturation: 0.43, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #386E2C is Cyan = 0.49, Magento = 0, Yellow = 0.6 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 110 | 44 | - |
| CMYK | 0.49 | 0 | 0.6 | 0.57 |
| HSL | 109.09º | 0.43% | 0.3% | - |
| HSV(B) | 109.09º | 0.6% | 0.43% | - |
| XYZ | 7.66 | 12.17 | 4.33 | - |
| YUV | 86.33 | 104.11 | 106.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 44 | 0.49 | 0 | 0.6 | 0.57 | 109.09 | 0.43 | 0.3 |
| Hex | 38 | 6E | 2C | 31 | 0 | 3C | 39 | 6D | 2B | 1E |
| Octal | 70 | 156 | 54 | 61 | 0 | 74 | 71 | 155 | 53 | 36 |
| Binary | 111000 | 1101110 | 101100 | 110001 | 0 | 111100 | 111001 | 1101101 | 101011 | 11110 |
Color Harmonies of #386E2C
Complementary color
Monochromatic Colors of #386E2C
Black with #386E2C
Text Example
Text Example
White with #386E2C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386E2C; }
p { color: rgb(56,110,44); }
H1.HeaderClassName
{
color: #386E2C;
}
.AnyTagClassName
{
color: #386E2C;
}
</style>
background-color css
<style>
a { background-color: #386E2C; }
a { background-color: rgb(56,110,44); }
div.DivClassName
{
background-color: #386E2C;
}
.BgClassName
{
background-color: #386E2C;
}
</style>
border-color css
<style>
span { border-color: #386E2C; }
span { border-color: rgb(56,110,44); }
td.TdClassName
{
border-color: #386E2C;
}
.TagClassName
{
border-color: #386E2C;
}
</style>