Shades of Green House #386A28
Tints of Green House #386A28
RGB
CMYK
RGB Variations
Color information
#386A28 (or 0x386A28) is known color: Green House. HEX triplet: 38, 6A and 28. RGB value is (56,106,40). Sum of RGB (Red+Green+Blue) = 56+106+40=202 (26% of max value = 765). Red value is 56 (22.27% from 255 or 27.72% from 202); Green value is 106 (41.80% from 255 or 52.48% from 202); Blue value is 40 (16.02% from 255 or 19.80% from 202); Max value from RGB is 106 - color contains mainly: green. Hex color #386A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #386A28 is #C795D7. Grayscale: #535353. Windows color (decimal): -13080024 or 2648632. OLE color: 2648632.
HSL color Cylindrical-coordinate representation of color #386A28: hue angle of 105.45º degrees, saturation: 0.45, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #386A28 is Cyan = 0.47, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 56 | 106 | 40 | - |
| CMYK | 0.47 | 0 | 0.62 | 0.58 |
| HSL | 105.45º | 0.45% | 0.29% | - |
| HSV(B) | 105.45º | 0.62% | 0.42% | - |
| XYZ | 7.17 | 11.3 | 3.81 | - |
| YUV | 83.53 | 103.44 | 108.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 106 | 40 | 0.47 | 0 | 0.62 | 0.58 | 105.45 | 0.45 | 0.29 |
| Hex | 38 | 6A | 28 | 2F | 0 | 3E | 3A | 69 | 2D | 1D |
| Octal | 70 | 152 | 50 | 57 | 0 | 76 | 72 | 151 | 55 | 35 |
| Binary | 111000 | 1101010 | 101000 | 101111 | 0 | 111110 | 111010 | 1101001 | 101101 | 11101 |
Color Harmonies of #386A28
Complementary color
Monochromatic Colors of #386A28
Black with #386A28
Text Example
Text Example
White with #386A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #386A28; }
p { color: rgb(56,106,40); }
H1.HeaderClassName
{
color: #386A28;
}
.AnyTagClassName
{
color: #386A28;
}
</style>
background-color css
<style>
a { background-color: #386A28; }
a { background-color: rgb(56,106,40); }
div.DivClassName
{
background-color: #386A28;
}
.BgClassName
{
background-color: #386A28;
}
</style>
border-color css
<style>
span { border-color: #386A28; }
span { border-color: rgb(56,106,40); }
td.TdClassName
{
border-color: #386A28;
}
.TagClassName
{
border-color: #386A28;
}
</style>