Shades of Green House #385C2D
Tints of Green House #385C2D
RGB
CMYK
RGB Variations
Color information
#385C2D (or 0x385C2D) is known color: Green House. HEX triplet: 38, 5C and 2D. RGB value is (56,92,45). Sum of RGB (Red+Green+Blue) = 56+92+45=193 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.02% from 193); Green value is 92 (36.33% from 255 or 47.67% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 92 - color contains mainly: green. Hex color #385C2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C2D is #C7A3D2. Grayscale: #4C4C4C. Windows color (decimal): -13083603 or 2972728. OLE color: 2972728.
HSL color Cylindrical-coordinate representation of color #385C2D: hue angle of 105.96º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #385C2D is Cyan = 0.39, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 92 | 45 | - |
| CMYK | 0.39 | 0 | 0.51 | 0.64 |
| HSL | 105.96º | 0.34% | 0.27% | - |
| HSV(B) | 105.96º | 0.51% | 0.36% | - |
| XYZ | 5.93 | 8.68 | 3.85 | - |
| YUV | 75.88 | 110.57 | 113.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 45 | 0.39 | 0 | 0.51 | 0.64 | 105.96 | 0.34 | 0.27 |
| Hex | 38 | 5C | 2D | 27 | 0 | 33 | 40 | 6A | 22 | 1B |
| Octal | 70 | 134 | 55 | 47 | 0 | 63 | 100 | 152 | 42 | 33 |
| Binary | 111000 | 1011100 | 101101 | 100111 | 0 | 110011 | 1000000 | 1101010 | 100010 | 11011 |
Color Harmonies of #385C2D
Complementary color
Monochromatic Colors of #385C2D
Black with #385C2D
Text Example
Text Example
White with #385C2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C2D; }
p { color: rgb(56,92,45); }
H1.HeaderClassName
{
color: #385C2D;
}
.AnyTagClassName
{
color: #385C2D;
}
</style>
background-color css
<style>
a { background-color: #385C2D; }
a { background-color: rgb(56,92,45); }
div.DivClassName
{
background-color: #385C2D;
}
.BgClassName
{
background-color: #385C2D;
}
</style>
border-color css
<style>
span { border-color: #385C2D; }
span { border-color: rgb(56,92,45); }
td.TdClassName
{
border-color: #385C2D;
}
.TagClassName
{
border-color: #385C2D;
}
</style>