Shades of Green House #385C25
Tints of Green House #385C25
RGB
CMYK
RGB Variations
Color information
#385C25 (or 0x385C25) is known color: Green House. HEX triplet: 38, 5C and 25. RGB value is (56,92,37). Sum of RGB (Red+Green+Blue) = 56+92+37=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 92 (36.33% from 255 or 49.73% from 185); Blue value is 37 (14.84% from 255 or 20% from 185); Max value from RGB is 92 - color contains mainly: green. Hex color #385C25 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385C25 is #C7A3DA. Grayscale: #4B4B4B. Windows color (decimal): -13083611 or 2448440. OLE color: 2448440.
HSL color Cylindrical-coordinate representation of color #385C25: hue angle of 99.27º degrees, saturation: 0.43, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #385C25 is Cyan = 0.39, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 92 | 37 | - |
| CMYK | 0.39 | 0 | 0.60 | 0.64 |
| HSL | 99.27º | 0.43% | 0.25% | - |
| HSV(B) | 99.27º | 0.6% | 0.36% | - |
| XYZ | 5.79 | 8.63 | 3.11 | - |
| YUV | 74.97 | 106.57 | 114.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 92 | 37 | 0.39 | 0 | 0.60 | 0.64 | 99.27 | 0.43 | 0.25 |
| Hex | 38 | 5C | 25 | 27 | 0 | 3C | 40 | 63 | 2B | 19 |
| Octal | 70 | 134 | 45 | 47 | 0 | 74 | 100 | 143 | 53 | 31 |
| Binary | 111000 | 1011100 | 100101 | 100111 | 0 | 111100 | 1000000 | 1100011 | 101011 | 11001 |
Color Harmonies of #385C25
Complementary color
Monochromatic Colors of #385C25
Black with #385C25
Text Example
Text Example
White with #385C25
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385C25; }
p { color: rgb(56,92,37); }
H1.HeaderClassName
{
color: #385C25;
}
.AnyTagClassName
{
color: #385C25;
}
</style>
background-color css
<style>
a { background-color: #385C25; }
a { background-color: rgb(56,92,37); }
div.DivClassName
{
background-color: #385C25;
}
.BgClassName
{
background-color: #385C25;
}
</style>
border-color css
<style>
span { border-color: #385C25; }
span { border-color: rgb(56,92,37); }
td.TdClassName
{
border-color: #385C25;
}
.TagClassName
{
border-color: #385C25;
}
</style>