Shades of Green House #3D6531
Tints of Green House #3D6531
RGB
CMYK
RGB Variations
Color information
#3D6531 (or 0x3D6531) is known color: Green House. HEX triplet: 3D, 65 and 31. RGB value is (61,101,49). Sum of RGB (Red+Green+Blue) = 61+101+49=211 (27% of max value = 765). Red value is 61 (24.22% from 255 or 28.91% from 211); Green value is 101 (39.84% from 255 or 47.87% from 211); Blue value is 49 (19.53% from 255 or 23.22% from 211); Max value from RGB is 101 - color contains mainly: green. Hex color #3D6531 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D6531 is #C29ACE. Grayscale: #535353. Windows color (decimal): -12753615 or 3237181. OLE color: 3237181.
HSL color Cylindrical-coordinate representation of color #3D6531: hue angle of 106.15º degrees, saturation: 0.35, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D6531 is Cyan = 0.40, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 101 | 49 | - |
| CMYK | 0.40 | 0 | 0.51 | 0.60 |
| HSL | 106.15º | 0.35% | 0.29% | - |
| HSV(B) | 106.15º | 0.51% | 0.4% | - |
| XYZ | 7.13 | 10.52 | 4.56 | - |
| YUV | 83.11 | 108.75 | 112.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 101 | 49 | 0.40 | 0 | 0.51 | 0.60 | 106.15 | 0.35 | 0.29 |
| Hex | 3D | 65 | 31 | 28 | 0 | 33 | 3C | 6A | 23 | 1D |
| Octal | 75 | 145 | 61 | 50 | 0 | 63 | 74 | 152 | 43 | 35 |
| Binary | 111101 | 1100101 | 110001 | 101000 | 0 | 110011 | 111100 | 1101010 | 100011 | 11101 |
Color Harmonies of #3D6531
Complementary color
Monochromatic Colors of #3D6531
Black with #3D6531
Text Example
Text Example
White with #3D6531
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D6531; }
p { color: rgb(61,101,49); }
H1.HeaderClassName
{
color: #3D6531;
}
.AnyTagClassName
{
color: #3D6531;
}
</style>
background-color css
<style>
a { background-color: #3D6531; }
a { background-color: rgb(61,101,49); }
div.DivClassName
{
background-color: #3D6531;
}
.BgClassName
{
background-color: #3D6531;
}
</style>
border-color css
<style>
span { border-color: #3D6531; }
span { border-color: rgb(61,101,49); }
td.TdClassName
{
border-color: #3D6531;
}
.TagClassName
{
border-color: #3D6531;
}
</style>