Shades of Green House #385E23
Tints of Green House #385E23
RGB
CMYK
RGB Variations
Color information
#385E23 (or 0x385E23) is known color: Green House. HEX triplet: 38, 5E and 23. RGB value is (56,94,35). Sum of RGB (Red+Green+Blue) = 56+94+35=185 (24% of max value = 765). Red value is 56 (22.27% from 255 or 30.27% from 185); Green value is 94 (37.11% from 255 or 50.81% from 185); Blue value is 35 (14.06% from 255 or 18.92% from 185); Max value from RGB is 94 - color contains mainly: green. Hex color #385E23 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385E23 is #C7A1DC. Grayscale: #4C4C4C. Windows color (decimal): -13083101 or 2317880. OLE color: 2317880.
HSL color Cylindrical-coordinate representation of color #385E23: hue angle of 98.64º degrees, saturation: 0.46, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #385E23 is Cyan = 0.40, Magento = 0, Yellow = 0.63 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 56 | 94 | 35 | - |
| CMYK | 0.40 | 0 | 0.63 | 0.63 |
| HSL | 98.64º | 0.46% | 0.25% | - |
| HSV(B) | 98.64º | 0.63% | 0.37% | - |
| XYZ | 5.94 | 8.97 | 3.01 | - |
| YUV | 75.91 | 104.91 | 113.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 94 | 35 | 0.40 | 0 | 0.63 | 0.63 | 98.64 | 0.46 | 0.25 |
| Hex | 38 | 5E | 23 | 28 | 0 | 3F | 3F | 63 | 2E | 19 |
| Octal | 70 | 136 | 43 | 50 | 0 | 77 | 77 | 143 | 56 | 31 |
| Binary | 111000 | 1011110 | 100011 | 101000 | 0 | 111111 | 111111 | 1100011 | 101110 | 11001 |
Color Harmonies of #385E23
Complementary color
Monochromatic Colors of #385E23
Black with #385E23
Text Example
Text Example
White with #385E23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385E23; }
p { color: rgb(56,94,35); }
H1.HeaderClassName
{
color: #385E23;
}
.AnyTagClassName
{
color: #385E23;
}
</style>
background-color css
<style>
a { background-color: #385E23; }
a { background-color: rgb(56,94,35); }
div.DivClassName
{
background-color: #385E23;
}
.BgClassName
{
background-color: #385E23;
}
</style>
border-color css
<style>
span { border-color: #385E23; }
span { border-color: rgb(56,94,35); }
td.TdClassName
{
border-color: #385E23;
}
.TagClassName
{
border-color: #385E23;
}
</style>