Shades of Green House #385F30
Tints of Green House #385F30
RGB
CMYK
RGB Variations
Color information
#385F30 (or 0x385F30) is known color: Green House. HEX triplet: 38, 5F and 30. RGB value is (56,95,48). Sum of RGB (Red+Green+Blue) = 56+95+48=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 95 (37.5% from 255 or 47.74% from 199); Blue value is 48 (19.14% from 255 or 24.12% from 199); Max value from RGB is 95 - color contains mainly: green. Hex color #385F30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385F30 is #C7A0CF. Grayscale: #4E4E4E. Windows color (decimal): -13082832 or 3170104. OLE color: 3170104.
HSL color Cylindrical-coordinate representation of color #385F30: hue angle of 109.79º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #385F30 is Cyan = 0.41, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 95 | 48 | - |
| CMYK | 0.41 | 0 | 0.49 | 0.63 |
| HSL | 109.79º | 0.33% | 0.28% | - |
| HSV(B) | 109.79º | 0.49% | 0.37% | - |
| XYZ | 6.26 | 9.24 | 4.25 | - |
| YUV | 77.98 | 111.08 | 112.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 48 | 0.41 | 0 | 0.49 | 0.63 | 109.79 | 0.33 | 0.28 |
| Hex | 38 | 5F | 30 | 29 | 0 | 31 | 3F | 6E | 21 | 1C |
| Octal | 70 | 137 | 60 | 51 | 0 | 61 | 77 | 156 | 41 | 34 |
| Binary | 111000 | 1011111 | 110000 | 101001 | 0 | 110001 | 111111 | 1101110 | 100001 | 11100 |
Color Harmonies of #385F30
Complementary color
Monochromatic Colors of #385F30
Black with #385F30
Text Example
Text Example
White with #385F30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F30; }
p { color: rgb(56,95,48); }
H1.HeaderClassName
{
color: #385F30;
}
.AnyTagClassName
{
color: #385F30;
}
</style>
background-color css
<style>
a { background-color: #385F30; }
a { background-color: rgb(56,95,48); }
div.DivClassName
{
background-color: #385F30;
}
.BgClassName
{
background-color: #385F30;
}
</style>
border-color css
<style>
span { border-color: #385F30; }
span { border-color: rgb(56,95,48); }
td.TdClassName
{
border-color: #385F30;
}
.TagClassName
{
border-color: #385F30;
}
</style>