Shades of Green House #386F29
Tints of Green House #386F29
RGB
CMYK
RGB Variations
Color information
#386F29 (or 0x386F29) is known color: Green House. HEX triplet: 38, 6F and 29. RGB value is (56,111,41). Sum of RGB (Red+Green+Blue) = 56+111+41=208 (27% of max value = 765). Red value is 56 (22.27% from 255 or 26.92% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 41 (16.41% from 255 or 19.71% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #386F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386F29 is #C790D6. Grayscale: #565656. Windows color (decimal): -13078743 or 2715448. OLE color: 2715448.
HSL color Cylindrical-coordinate representation of color #386F29: hue angle of 107.14º degrees, saturation: 0.46, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386F29 is Cyan = 0.50, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 111 | 41 | - |
| CMYK | 0.50 | 0 | 0.63 | 0.56 |
| HSL | 107.14º | 0.46% | 0.3% | - |
| HSV(B) | 107.14º | 0.63% | 0.44% | - |
| XYZ | 7.72 | 12.37 | 4.08 | - |
| YUV | 86.58 | 102.28 | 106.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 41 | 0.50 | 0 | 0.63 | 0.56 | 107.14 | 0.46 | 0.3 |
| Hex | 38 | 6F | 29 | 32 | 0 | 3F | 38 | 6B | 2E | 1E |
| Octal | 70 | 157 | 51 | 62 | 0 | 77 | 70 | 153 | 56 | 36 |
| Binary | 111000 | 1101111 | 101001 | 110010 | 0 | 111111 | 111000 | 1101011 | 101110 | 11110 |
Color Harmonies of #386F29
Complementary color
Monochromatic Colors of #386F29
Black with #386F29
Text Example
Text Example
White with #386F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F29; }
p { color: rgb(56,111,41); }
H1.HeaderClassName
{
color: #386F29;
}
.AnyTagClassName
{
color: #386F29;
}
</style>
background-color css
<style>
a { background-color: #386F29; }
a { background-color: rgb(56,111,41); }
div.DivClassName
{
background-color: #386F29;
}
.BgClassName
{
background-color: #386F29;
}
</style>
border-color css
<style>
span { border-color: #386F29; }
span { border-color: rgb(56,111,41); }
td.TdClassName
{
border-color: #386F29;
}
.TagClassName
{
border-color: #386F29;
}
</style>