Shades of Green House #385F29
Tints of Green House #385F29
RGB
CMYK
RGB Variations
Color information
#385F29 (or 0x385F29) is known color: Green House. HEX triplet: 38, 5F and 29. RGB value is (56,95,41). Sum of RGB (Red+Green+Blue) = 56+95+41=192 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.17% from 192); Green value is 95 (37.5% from 255 or 49.48% from 192); Blue value is 41 (16.41% from 255 or 21.35% from 192); Max value from RGB is 95 - color contains mainly: green. Hex color #385F29 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385F29 is #C7A0D6. Grayscale: #4D4D4D. Windows color (decimal): -13082839 or 2711352. OLE color: 2711352.
HSL color Cylindrical-coordinate representation of color #385F29: hue angle of 103.33º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #385F29 is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 95 | 41 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.63 |
| HSL | 103.33º | 0.4% | 0.27% | - |
| HSV(B) | 103.33º | 0.57% | 0.37% | - |
| XYZ | 6.12 | 9.19 | 3.55 | - |
| YUV | 77.18 | 107.58 | 112.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 95 | 41 | 0.41 | 0 | 0.57 | 0.63 | 103.33 | 0.4 | 0.27 |
| Hex | 38 | 5F | 29 | 29 | 0 | 39 | 3F | 67 | 28 | 1B |
| Octal | 70 | 137 | 51 | 51 | 0 | 71 | 77 | 147 | 50 | 33 |
| Binary | 111000 | 1011111 | 101001 | 101001 | 0 | 111001 | 111111 | 1100111 | 101000 | 11011 |
Color Harmonies of #385F29
Complementary color
Monochromatic Colors of #385F29
Black with #385F29
Text Example
Text Example
White with #385F29
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385F29; }
p { color: rgb(56,95,41); }
H1.HeaderClassName
{
color: #385F29;
}
.AnyTagClassName
{
color: #385F29;
}
</style>
background-color css
<style>
a { background-color: #385F29; }
a { background-color: rgb(56,95,41); }
div.DivClassName
{
background-color: #385F29;
}
.BgClassName
{
background-color: #385F29;
}
</style>
border-color css
<style>
span { border-color: #385F29; }
span { border-color: rgb(56,95,41); }
td.TdClassName
{
border-color: #385F29;
}
.TagClassName
{
border-color: #385F29;
}
</style>