Shades of Green House #385B2F
Tints of Green House #385B2F
RGB
CMYK
RGB Variations
Color information
#385B2F (or 0x385B2F) is known color: Green House. HEX triplet: 38, 5B and 2F. RGB value is (56,91,47). Sum of RGB (Red+Green+Blue) = 56+91+47=194 (25% of max value = 765). Red value is 56 (22.27% from 255 or 28.87% from 194); Green value is 91 (35.94% from 255 or 46.91% from 194); Blue value is 47 (18.75% from 255 or 24.23% from 194); Max value from RGB is 91 - color contains mainly: green. Hex color #385B2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385B2F is #C7A4D0. Grayscale: #4B4B4B. Windows color (decimal): -13083857 or 3103544. OLE color: 3103544.
HSL color Cylindrical-coordinate representation of color #385B2F: hue angle of 107.73º degrees, saturation: 0.32, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #385B2F is Cyan = 0.38, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 91 | 47 | - |
| CMYK | 0.38 | 0 | 0.48 | 0.64 |
| HSL | 107.73º | 0.32% | 0.27% | - |
| HSV(B) | 107.73º | 0.48% | 0.36% | - |
| XYZ | 5.89 | 8.53 | 4.03 | - |
| YUV | 75.52 | 111.9 | 114.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 47 | 0.38 | 0 | 0.48 | 0.64 | 107.73 | 0.32 | 0.27 |
| Hex | 38 | 5B | 2F | 26 | 0 | 30 | 40 | 6C | 20 | 1B |
| Octal | 70 | 133 | 57 | 46 | 0 | 60 | 100 | 154 | 40 | 33 |
| Binary | 111000 | 1011011 | 101111 | 100110 | 0 | 110000 | 1000000 | 1101100 | 100000 | 11011 |
Color Harmonies of #385B2F
Complementary color
Monochromatic Colors of #385B2F
Black with #385B2F
Text Example
Text Example
White with #385B2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385B2F; }
p { color: rgb(56,91,47); }
H1.HeaderClassName
{
color: #385B2F;
}
.AnyTagClassName
{
color: #385B2F;
}
</style>
background-color css
<style>
a { background-color: #385B2F; }
a { background-color: rgb(56,91,47); }
div.DivClassName
{
background-color: #385B2F;
}
.BgClassName
{
background-color: #385B2F;
}
</style>
border-color css
<style>
span { border-color: #385B2F; }
span { border-color: rgb(56,91,47); }
td.TdClassName
{
border-color: #385B2F;
}
.TagClassName
{
border-color: #385B2F;
}
</style>