Shades of Green House #3D572F
Tints of Green House #3D572F
RGB
CMYK
RGB Variations
Color information
#3D572F (or 0x3D572F) is known color: Green House. HEX triplet: 3D, 57 and 2F. RGB value is (61,87,47). Sum of RGB (Red+Green+Blue) = 61+87+47=195 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.28% from 195); Green value is 87 (34.38% from 255 or 44.62% from 195); Blue value is 47 (18.75% from 255 or 24.10% from 195); Max value from RGB is 87 - color contains mainly: green. Hex color #3D572F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D572F is #C2A8D0. Grayscale: #4A4A4A. Windows color (decimal): -12757201 or 3102525. OLE color: 3102525.
HSL color Cylindrical-coordinate representation of color #3D572F: hue angle of 99º degrees, saturation: 0.3, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D572F is Cyan = 0.30, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 87 | 47 | - |
| CMYK | 0.30 | 0 | 0.46 | 0.66 |
| HSL | 99º | 0.3% | 0.26% | - |
| HSV(B) | 99º | 0.46% | 0.34% | - |
| XYZ | 5.85 | 8.01 | 3.93 | - |
| YUV | 74.67 | 112.39 | 118.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 87 | 47 | 0.30 | 0 | 0.46 | 0.66 | 99 | 0.3 | 0.26 |
| Hex | 3D | 57 | 2F | 1E | 0 | 2E | 42 | 63 | 1E | 1A |
| Octal | 75 | 127 | 57 | 36 | 0 | 56 | 102 | 143 | 36 | 32 |
| Binary | 111101 | 1010111 | 101111 | 11110 | 0 | 101110 | 1000010 | 1100011 | 11110 | 11010 |
Color Harmonies of #3D572F
Complementary color
Monochromatic Colors of #3D572F
Black with #3D572F
Text Example
Text Example
White with #3D572F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D572F; }
p { color: rgb(61,87,47); }
H1.HeaderClassName
{
color: #3D572F;
}
.AnyTagClassName
{
color: #3D572F;
}
</style>
background-color css
<style>
a { background-color: #3D572F; }
a { background-color: rgb(61,87,47); }
div.DivClassName
{
background-color: #3D572F;
}
.BgClassName
{
background-color: #3D572F;
}
</style>
border-color css
<style>
span { border-color: #3D572F; }
span { border-color: rgb(61,87,47); }
td.TdClassName
{
border-color: #3D572F;
}
.TagClassName
{
border-color: #3D572F;
}
</style>