Shades of Green House #385A2D
Tints of Green House #385A2D
RGB
CMYK
RGB Variations
Color information
#385A2D (or 0x385A2D) is known color: Green House. HEX triplet: 38, 5A and 2D. RGB value is (56,90,45). Sum of RGB (Red+Green+Blue) = 56+90+45=191 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.32% from 191); Green value is 90 (35.55% from 255 or 47.12% from 191); Blue value is 45 (17.97% from 255 or 23.56% from 191); Max value from RGB is 90 - color contains mainly: green. Hex color #385A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #385A2D is #C7A5D2. Grayscale: #4A4A4A. Windows color (decimal): -13084115 or 2972216. OLE color: 2972216.
HSL color Cylindrical-coordinate representation of color #385A2D: hue angle of 105.33º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #385A2D is Cyan = 0.38, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 56 | 90 | 45 | - |
| CMYK | 0.38 | 0 | 0.50 | 0.65 |
| HSL | 105.33º | 0.33% | 0.26% | - |
| HSV(B) | 105.33º | 0.5% | 0.35% | - |
| XYZ | 5.76 | 8.34 | 3.79 | - |
| YUV | 74.7 | 111.24 | 114.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 90 | 45 | 0.38 | 0 | 0.50 | 0.65 | 105.33 | 0.33 | 0.26 |
| Hex | 38 | 5A | 2D | 26 | 0 | 32 | 41 | 69 | 21 | 1A |
| Octal | 70 | 132 | 55 | 46 | 0 | 62 | 101 | 151 | 41 | 32 |
| Binary | 111000 | 1011010 | 101101 | 100110 | 0 | 110010 | 1000001 | 1101001 | 100001 | 11010 |
Color Harmonies of #385A2D
Complementary color
Monochromatic Colors of #385A2D
Black with #385A2D
Text Example
Text Example
White with #385A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #385A2D; }
p { color: rgb(56,90,45); }
H1.HeaderClassName
{
color: #385A2D;
}
.AnyTagClassName
{
color: #385A2D;
}
</style>
background-color css
<style>
a { background-color: #385A2D; }
a { background-color: rgb(56,90,45); }
div.DivClassName
{
background-color: #385A2D;
}
.BgClassName
{
background-color: #385A2D;
}
</style>
border-color css
<style>
span { border-color: #385A2D; }
span { border-color: rgb(56,90,45); }
td.TdClassName
{
border-color: #385A2D;
}
.TagClassName
{
border-color: #385A2D;
}
</style>