Shades of Green House #386B28
Tints of Green House #386B28
RGB
CMYK
RGB Variations
Color information
#386B28 (or 0x386B28) is known color: Green House. HEX triplet: 38, 6B and 28. RGB value is (56,107,40). Sum of RGB (Red+Green+Blue) = 56+107+40=203 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.59% from 203); Green value is 107 (42.19% from 255 or 52.71% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 107 - color contains mainly: green. Hex color #386B28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386B28 is #C794D7. Grayscale: #545454. Windows color (decimal): -13079768 or 2648888. OLE color: 2648888.
HSL color Cylindrical-coordinate representation of color #386B28: hue angle of 105.67º degrees, saturation: 0.46, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #386B28 is Cyan = 0.48, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 107 | 40 | - |
| CMYK | 0.48 | 0 | 0.63 | 0.58 |
| HSL | 105.67º | 0.46% | 0.29% | - |
| HSV(B) | 105.67º | 0.63% | 0.42% | - |
| XYZ | 7.27 | 11.51 | 3.85 | - |
| YUV | 84.11 | 103.1 | 107.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 107 | 40 | 0.48 | 0 | 0.63 | 0.58 | 105.67 | 0.46 | 0.29 |
| Hex | 38 | 6B | 28 | 30 | 0 | 3F | 3A | 6A | 2E | 1D |
| Octal | 70 | 153 | 50 | 60 | 0 | 77 | 72 | 152 | 56 | 35 |
| Binary | 111000 | 1101011 | 101000 | 110000 | 0 | 111111 | 111010 | 1101010 | 101110 | 11101 |
Color Harmonies of #386B28
Complementary color
Monochromatic Colors of #386B28
Black with #386B28
Text Example
Text Example
White with #386B28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386B28; }
p { color: rgb(56,107,40); }
H1.HeaderClassName
{
color: #386B28;
}
.AnyTagClassName
{
color: #386B28;
}
</style>
background-color css
<style>
a { background-color: #386B28; }
a { background-color: rgb(56,107,40); }
div.DivClassName
{
background-color: #386B28;
}
.BgClassName
{
background-color: #386B28;
}
</style>
border-color css
<style>
span { border-color: #386B28; }
span { border-color: rgb(56,107,40); }
td.TdClassName
{
border-color: #386B28;
}
.TagClassName
{
border-color: #386B28;
}
</style>