Shades of Green House #386F28
Tints of Green House #386F28
RGB
CMYK
RGB Variations
Color information
#386F28 (or 0x386F28) is known color: Green House. HEX triplet: 38, 6F and 28. RGB value is (56,111,40). Sum of RGB (Red+Green+Blue) = 56+111+40=207 (27% of max value = 765). Red value is 56 (22.27% from 255 or 27.05% from 207); Green value is 111 (43.75% from 255 or 53.62% from 207); Blue value is 40 (16.02% from 255 or 19.32% from 207); Max value from RGB is 111 - color contains mainly: green. Hex color #386F28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386F28 is #C790D7. Grayscale: #565656. Windows color (decimal): -13078744 or 2649912. OLE color: 2649912.
HSL color Cylindrical-coordinate representation of color #386F28: hue angle of 106.48º degrees, saturation: 0.47, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #386F28 is Cyan = 0.50, Magento = 0, Yellow = 0.64 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 56 | 111 | 40 | - |
| CMYK | 0.50 | 0 | 0.64 | 0.56 |
| HSL | 106.48º | 0.47% | 0.3% | - |
| HSV(B) | 106.48º | 0.64% | 0.44% | - |
| XYZ | 7.7 | 12.36 | 3.99 | - |
| YUV | 86.46 | 101.78 | 106.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 111 | 40 | 0.50 | 0 | 0.64 | 0.56 | 106.48 | 0.47 | 0.3 |
| Hex | 38 | 6F | 28 | 32 | 0 | 40 | 38 | 6A | 2F | 1E |
| Octal | 70 | 157 | 50 | 62 | 0 | 100 | 70 | 152 | 57 | 36 |
| Binary | 111000 | 1101111 | 101000 | 110010 | 0 | 1000000 | 111000 | 1101010 | 101111 | 11110 |
Color Harmonies of #386F28
Complementary color
Monochromatic Colors of #386F28
Black with #386F28
Text Example
Text Example
White with #386F28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386F28; }
p { color: rgb(56,111,40); }
H1.HeaderClassName
{
color: #386F28;
}
.AnyTagClassName
{
color: #386F28;
}
</style>
background-color css
<style>
a { background-color: #386F28; }
a { background-color: rgb(56,111,40); }
div.DivClassName
{
background-color: #386F28;
}
.BgClassName
{
background-color: #386F28;
}
</style>
border-color css
<style>
span { border-color: #386F28; }
span { border-color: rgb(56,111,40); }
td.TdClassName
{
border-color: #386F28;
}
.TagClassName
{
border-color: #386F28;
}
</style>