Shades of Green House #386F2F
Tints of Green House #386F2F
RGB
CMYK
RGB Variations
Color information
#386F2F (or 0x386F2F) is known color: Green House. HEX triplet: 38, 6F and 2F. RGB value is (56,111,47). Sum of RGB (Red+Green+Blue) = 56+111+47=214 (28% of max value = 765). Red value is 56 (22.27% from 255 or 26.17% from 214); Green value is 111 (43.75% from 255 or 51.87% from 214); Blue value is 47 (18.75% from 255 or 21.96% from 214); Max value from RGB is 111 - color contains mainly: green. Hex color #386F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386F2F is #C790D0. Grayscale: #575757. Windows color (decimal): -13078737 or 3108664. OLE color: 3108664.
HSL color Cylindrical-coordinate representation of color #386F2F: hue angle of 111.56º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #386F2F is Cyan = 0.50, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 111 | 47 | - |
| CMYK | 0.50 | 0 | 0.58 | 0.56 |
| HSL | 111.56º | 0.41% | 0.31% | - |
| HSV(B) | 111.56º | 0.58% | 0.44% | - |
| XYZ | 7.83 | 12.41 | 4.67 | - |
| YUV | 87.26 | 105.28 | 105.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 47 | 0.50 | 0 | 0.58 | 0.56 | 111.56 | 0.41 | 0.31 |
| Hex | 38 | 6F | 2F | 32 | 0 | 3A | 38 | 70 | 29 | 1F |
| Octal | 70 | 157 | 57 | 62 | 0 | 72 | 70 | 160 | 51 | 37 |
| Binary | 111000 | 1101111 | 101111 | 110010 | 0 | 111010 | 111000 | 1110000 | 101001 | 11111 |
Color Harmonies of #386F2F
Complementary color
Monochromatic Colors of #386F2F
Black with #386F2F
Text Example
Text Example
White with #386F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F2F; }
p { color: rgb(56,111,47); }
H1.HeaderClassName
{
color: #386F2F;
}
.AnyTagClassName
{
color: #386F2F;
}
</style>
background-color css
<style>
a { background-color: #386F2F; }
a { background-color: rgb(56,111,47); }
div.DivClassName
{
background-color: #386F2F;
}
.BgClassName
{
background-color: #386F2F;
}
</style>
border-color css
<style>
span { border-color: #386F2F; }
span { border-color: rgb(56,111,47); }
td.TdClassName
{
border-color: #386F2F;
}
.TagClassName
{
border-color: #386F2F;
}
</style>