Shades of Green House #3D7237
Tints of Green House #3D7237
RGB
CMYK
RGB Variations
Color information
#3D7237 (or 0x3D7237) is known color: Green House. HEX triplet: 3D, 72 and 37. RGB value is (61,114,55). Sum of RGB (Red+Green+Blue) = 61+114+55=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 114 (44.92% from 255 or 49.57% from 230); Blue value is 55 (21.88% from 255 or 23.91% from 230); Max value from RGB is 114 - color contains mainly: green. Hex color #3D7237 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7237 is #C28DC8. Grayscale: #5B5B5B. Windows color (decimal): -12750281 or 3633725. OLE color: 3633725.
HSL color Cylindrical-coordinate representation of color #3D7237: hue angle of 113.9º degrees, saturation: 0.35, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D7237 is Cyan = 0.46, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 114 | 55 | - |
| CMYK | 0.46 | 0 | 0.52 | 0.55 |
| HSL | 113.9º | 0.35% | 0.33% | - |
| HSV(B) | 113.9º | 0.52% | 0.45% | - |
| XYZ | 8.63 | 13.3 | 5.73 | - |
| YUV | 91.43 | 107.44 | 106.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 114 | 55 | 0.46 | 0 | 0.52 | 0.55 | 113.9 | 0.35 | 0.33 |
| Hex | 3D | 72 | 37 | 2E | 0 | 34 | 37 | 72 | 23 | 21 |
| Octal | 75 | 162 | 67 | 56 | 0 | 64 | 67 | 162 | 43 | 41 |
| Binary | 111101 | 1110010 | 110111 | 101110 | 0 | 110100 | 110111 | 1110010 | 100011 | 100001 |
Color Harmonies of #3D7237
Complementary color
Monochromatic Colors of #3D7237
Black with #3D7237
Text Example
Text Example
White with #3D7237
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7237; }
p { color: rgb(61,114,55); }
H1.HeaderClassName
{
color: #3D7237;
}
.AnyTagClassName
{
color: #3D7237;
}
</style>
background-color css
<style>
a { background-color: #3D7237; }
a { background-color: rgb(61,114,55); }
div.DivClassName
{
background-color: #3D7237;
}
.BgClassName
{
background-color: #3D7237;
}
</style>
border-color css
<style>
span { border-color: #3D7237; }
span { border-color: rgb(61,114,55); }
td.TdClassName
{
border-color: #3D7237;
}
.TagClassName
{
border-color: #3D7237;
}
</style>