Shades of Green House #385A27
Tints of Green House #385A27
RGB
CMYK
RGB Variations
Color information
#385A27 (or 0x385A27) is known color: Green House. HEX triplet: 38, 5A and 27. RGB value is (56,90,39). Sum of RGB (Red+Green+Blue) = 56+90+39=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 90 (35.55% from 255 or 48.65% from 185); Blue value is 39 (15.62% from 255 or 21.08% from 185); Max value from RGB is 90 - color contains mainly: green. Hex color #385A27 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A27 is #C7A5D8. Grayscale: #4A4A4A. Windows color (decimal): -13084121 or 2579000. OLE color: 2579000.
HSL color Cylindrical-coordinate representation of color #385A27: hue angle of 100º degrees, saturation: 0.4, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385A27 is Cyan = 0.38, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 90 | 39 | - |
| CMYK | 0.38 | 0 | 0.57 | 0.65 |
| HSL | 100º | 0.4% | 0.25% | - |
| HSV(B) | 100º | 0.57% | 0.35% | - |
| XYZ | 5.65 | 8.3 | 3.22 | - |
| YUV | 74.02 | 108.24 | 115.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 39 | 0.38 | 0 | 0.57 | 0.65 | 100 | 0.4 | 0.25 |
| Hex | 38 | 5A | 27 | 26 | 0 | 39 | 41 | 64 | 28 | 19 |
| Octal | 70 | 132 | 47 | 46 | 0 | 71 | 101 | 144 | 50 | 31 |
| Binary | 111000 | 1011010 | 100111 | 100110 | 0 | 111001 | 1000001 | 1100100 | 101000 | 11001 |
Color Harmonies of #385A27
Complementary color
Monochromatic Colors of #385A27
Black with #385A27
Text Example
Text Example
White with #385A27
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A27; }
p { color: rgb(56,90,39); }
H1.HeaderClassName
{
color: #385A27;
}
.AnyTagClassName
{
color: #385A27;
}
</style>
background-color css
<style>
a { background-color: #385A27; }
a { background-color: rgb(56,90,39); }
div.DivClassName
{
background-color: #385A27;
}
.BgClassName
{
background-color: #385A27;
}
</style>
border-color css
<style>
span { border-color: #385A27; }
span { border-color: rgb(56,90,39); }
td.TdClassName
{
border-color: #385A27;
}
.TagClassName
{
border-color: #385A27;
}
</style>