Shades of Green House #385B34
Tints of Green House #385B34
RGB
CMYK
RGB Variations
Color information
#385B34 (or 0x385B34) is known color: Green House. HEX triplet: 38, 5B and 34. RGB value is (56,91,52). Sum of RGB (Red+Green+Blue) = 56+91+52=199 (26% of max value = 765). Red value is 56 (22.27% from 255 or 28.14% from 199); Green value is 91 (35.94% from 255 or 45.73% from 199); Blue value is 52 (20.70% from 255 or 26.13% from 199); Max value from RGB is 91 - color contains mainly: green. Hex color #385B34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385B34 is #C7A4CB. Grayscale: #4C4C4C. Windows color (decimal): -13083852 or 3431224. OLE color: 3431224.
HSL color Cylindrical-coordinate representation of color #385B34: hue angle of 113.85º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #385B34 is Cyan = 0.38, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 56 | 91 | 52 | - |
| CMYK | 0.38 | 0 | 0.43 | 0.64 |
| HSL | 113.85º | 0.27% | 0.28% | - |
| HSV(B) | 113.85º | 0.43% | 0.36% | - |
| XYZ | 5.99 | 8.57 | 4.59 | - |
| YUV | 76.09 | 114.4 | 113.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 91 | 52 | 0.38 | 0 | 0.43 | 0.64 | 113.85 | 0.27 | 0.28 |
| Hex | 38 | 5B | 34 | 26 | 0 | 2B | 40 | 72 | 1B | 1C |
| Octal | 70 | 133 | 64 | 46 | 0 | 53 | 100 | 162 | 33 | 34 |
| Binary | 111000 | 1011011 | 110100 | 100110 | 0 | 101011 | 1000000 | 1110010 | 11011 | 11100 |
Color Harmonies of #385B34
Complementary color
Monochromatic Colors of #385B34
Black with #385B34
Text Example
Text Example
White with #385B34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385B34; }
p { color: rgb(56,91,52); }
H1.HeaderClassName
{
color: #385B34;
}
.AnyTagClassName
{
color: #385B34;
}
</style>
background-color css
<style>
a { background-color: #385B34; }
a { background-color: rgb(56,91,52); }
div.DivClassName
{
background-color: #385B34;
}
.BgClassName
{
background-color: #385B34;
}
</style>
border-color css
<style>
span { border-color: #385B34; }
span { border-color: rgb(56,91,52); }
td.TdClassName
{
border-color: #385B34;
}
.TagClassName
{
border-color: #385B34;
}
</style>