Shades of Green House #38572E
Tints of Green House #38572E
RGB
CMYK
RGB Variations
Color information
#38572E (or 0x38572E) is known color: Green House. HEX triplet: 38, 57 and 2E. RGB value is (56,87,46). Sum of RGB (Red+Green+Blue) = 56+87+46=189 (25% of max value = 765). Red value is 56 (22.27% from 255 or 29.63% from 189); Green value is 87 (34.38% from 255 or 46.03% from 189); Blue value is 46 (18.36% from 255 or 24.34% from 189); Max value from RGB is 87 - color contains mainly: green. Hex color #38572E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #38572E is #C7A8D1. Grayscale: #494949. Windows color (decimal): -13084882 or 3036984. OLE color: 3036984.
HSL color Cylindrical-coordinate representation of color #38572E: hue angle of 105.37º degrees, saturation: 0.31, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #38572E is Cyan = 0.36, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 56 | 87 | 46 | - |
| CMYK | 0.36 | 0 | 0.47 | 0.66 |
| HSL | 105.37º | 0.31% | 0.26% | - |
| HSV(B) | 105.37º | 0.47% | 0.34% | - |
| XYZ | 5.53 | 7.85 | 3.81 | - |
| YUV | 73.06 | 112.73 | 115.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 56 | 87 | 46 | 0.36 | 0 | 0.47 | 0.66 | 105.37 | 0.31 | 0.26 |
| Hex | 38 | 57 | 2E | 24 | 0 | 2F | 42 | 69 | 1F | 1A |
| Octal | 70 | 127 | 56 | 44 | 0 | 57 | 102 | 151 | 37 | 32 |
| Binary | 111000 | 1010111 | 101110 | 100100 | 0 | 101111 | 1000010 | 1101001 | 11111 | 11010 |
Color Harmonies of #38572E
Complementary color
Monochromatic Colors of #38572E
Black with #38572E
Text Example
Text Example
White with #38572E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #38572E; }
p { color: rgb(56,87,46); }
H1.HeaderClassName
{
color: #38572E;
}
.AnyTagClassName
{
color: #38572E;
}
</style>
background-color css
<style>
a { background-color: #38572E; }
a { background-color: rgb(56,87,46); }
div.DivClassName
{
background-color: #38572E;
}
.BgClassName
{
background-color: #38572E;
}
</style>
border-color css
<style>
span { border-color: #38572E; }
span { border-color: rgb(56,87,46); }
td.TdClassName
{
border-color: #38572E;
}
.TagClassName
{
border-color: #38572E;
}
</style>