Shades of Green House #385C2F
Tints of Green House #385C2F
RGB
CMYK
RGB Variations
Color information
#385C2F (or 0x385C2F) is known color: Green House. HEX triplet: 38, 5C and 2F. RGB value is (56,92,47). Sum of RGB (Red+Green+Blue) = 56+92+47=195 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.72% from 195); Green value is 92 (36.33% from 255 or 47.18% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 92 - color contains mainly: green. Hex color #385C2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C2F is #C7A3D0. Grayscale: #4C4C4C. Windows color (decimal): -13083601 or 3103800. OLE color: 3103800.
HSL color Cylindrical-coordinate representation of color #385C2F: hue angle of 108º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #385C2F is Cyan = 0.39, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 92 | 47 | - |
| CMYK | 0.39 | 0 | 0.49 | 0.64 |
| HSL | 108º | 0.32% | 0.27% | - |
| HSV(B) | 108º | 0.49% | 0.36% | - |
| XYZ | 5.97 | 8.7 | 4.05 | - |
| YUV | 76.11 | 111.57 | 113.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 47 | 0.39 | 0 | 0.49 | 0.64 | 108 | 0.32 | 0.27 |
| Hex | 38 | 5C | 2F | 27 | 0 | 31 | 40 | 6C | 20 | 1B |
| Octal | 70 | 134 | 57 | 47 | 0 | 61 | 100 | 154 | 40 | 33 |
| Binary | 111000 | 1011100 | 101111 | 100111 | 0 | 110001 | 1000000 | 1101100 | 100000 | 11011 |
Color Harmonies of #385C2F
Complementary color
Monochromatic Colors of #385C2F
Black with #385C2F
Text Example
Text Example
White with #385C2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C2F; }
p { color: rgb(56,92,47); }
H1.HeaderClassName
{
color: #385C2F;
}
.AnyTagClassName
{
color: #385C2F;
}
</style>
background-color css
<style>
a { background-color: #385C2F; }
a { background-color: rgb(56,92,47); }
div.DivClassName
{
background-color: #385C2F;
}
.BgClassName
{
background-color: #385C2F;
}
</style>
border-color css
<style>
span { border-color: #385C2F; }
span { border-color: rgb(56,92,47); }
td.TdClassName
{
border-color: #385C2F;
}
.TagClassName
{
border-color: #385C2F;
}
</style>