Shades of Green House #386E32
Tints of Green House #386E32
RGB
CMYK
RGB Variations
Color information
#386E32 (or 0x386E32) is known color: Green House. HEX triplet: 38, 6E and 32. RGB value is (56,110,50). Sum of RGB (Red+Green+Blue) = 56+110+50=216 (28% of max value = 765). Red value is 56 (22.27% from 255 or 25.93% from 216); Green value is 110 (43.36% from 255 or 50.93% from 216); Blue value is 50 (19.92% from 255 or 23.15% from 216); Max value from RGB is 110 - color contains mainly: green. Hex color #386E32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386E32 is #C791CD. Grayscale: #575757. Windows color (decimal): -13078990 or 3305016. OLE color: 3305016.
HSL color Cylindrical-coordinate representation of color #386E32: hue angle of 114º degrees, saturation: 0.38, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #386E32 is Cyan = 0.49, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 56 | 110 | 50 | - |
| CMYK | 0.49 | 0 | 0.55 | 0.57 |
| HSL | 114º | 0.38% | 0.31% | - |
| HSV(B) | 114º | 0.55% | 0.43% | - |
| XYZ | 7.78 | 12.22 | 4.97 | - |
| YUV | 87.01 | 107.11 | 105.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 110 | 50 | 0.49 | 0 | 0.55 | 0.57 | 114 | 0.38 | 0.31 |
| Hex | 38 | 6E | 32 | 31 | 0 | 37 | 39 | 72 | 26 | 1F |
| Octal | 70 | 156 | 62 | 61 | 0 | 67 | 71 | 162 | 46 | 37 |
| Binary | 111000 | 1101110 | 110010 | 110001 | 0 | 110111 | 111001 | 1110010 | 100110 | 11111 |
Color Harmonies of #386E32
Complementary color
Monochromatic Colors of #386E32
Black with #386E32
Text Example
Text Example
White with #386E32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386E32; }
p { color: rgb(56,110,50); }
H1.HeaderClassName
{
color: #386E32;
}
.AnyTagClassName
{
color: #386E32;
}
</style>
background-color css
<style>
a { background-color: #386E32; }
a { background-color: rgb(56,110,50); }
div.DivClassName
{
background-color: #386E32;
}
.BgClassName
{
background-color: #386E32;
}
</style>
border-color css
<style>
span { border-color: #386E32; }
span { border-color: rgb(56,110,50); }
td.TdClassName
{
border-color: #386E32;
}
.TagClassName
{
border-color: #386E32;
}
</style>