Shades of Green House #385A28
Tints of Green House #385A28
RGB
CMYK
RGB Variations
Color information
#385A28 (or 0x385A28) is known color: Green House. HEX triplet: 38, 5A and 28. RGB value is (56,90,40). Sum of RGB (Red+Green+Blue) = 56+90+40=186 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.11% from 186); Green value is 90 (35.55% from 255 or 48.39% from 186); Blue value is 40 (16.02% from 255 or 21.51% from 186); Max value from RGB is 90 - color contains mainly: green. Hex color #385A28 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A28 is #C7A5D7. Grayscale: #4A4A4A. Windows color (decimal): -13084120 or 2644536. OLE color: 2644536.
HSL color Cylindrical-coordinate representation of color #385A28: hue angle of 100.8º degrees, saturation: 0.38, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #385A28 is Cyan = 0.38, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 90 | 40 | - |
| CMYK | 0.38 | 0 | 0.56 | 0.65 |
| HSL | 100.8º | 0.38% | 0.25% | - |
| HSV(B) | 100.8º | 0.56% | 0.35% | - |
| XYZ | 5.67 | 8.31 | 3.31 | - |
| YUV | 74.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 40 | 0.38 | 0 | 0.56 | 0.65 | 100.8 | 0.38 | 0.25 |
| Hex | 38 | 5A | 28 | 26 | 0 | 38 | 41 | 65 | 26 | 19 |
| Octal | 70 | 132 | 50 | 46 | 0 | 70 | 101 | 145 | 46 | 31 |
| Binary | 111000 | 1011010 | 101000 | 100110 | 0 | 111000 | 1000001 | 1100101 | 100110 | 11001 |
Color Harmonies of #385A28
Complementary color
Monochromatic Colors of #385A28
Black with #385A28
Text Example
Text Example
White with #385A28
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A28; }
p { color: rgb(56,90,40); }
H1.HeaderClassName
{
color: #385A28;
}
.AnyTagClassName
{
color: #385A28;
}
</style>
background-color css
<style>
a { background-color: #385A28; }
a { background-color: rgb(56,90,40); }
div.DivClassName
{
background-color: #385A28;
}
.BgClassName
{
background-color: #385A28;
}
</style>
border-color css
<style>
span { border-color: #385A28; }
span { border-color: rgb(56,90,40); }
td.TdClassName
{
border-color: #385A28;
}
.TagClassName
{
border-color: #385A28;
}
</style>