Shades of Green House #3D7138
Tints of Green House #3D7138
RGB
CMYK
RGB Variations
Color information
#3D7138 (or 0x3D7138) is known color: Green House. HEX triplet: 3D, 71 and 38. RGB value is (61,113,56). Sum of RGB (Red+Green+Blue) = 61+113+56=230 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.52% from 230); Green value is 113 (44.53% from 255 or 49.13% from 230); Blue value is 56 (22.27% from 255 or 24.35% from 230); Max value from RGB is 113 - color contains mainly: green. Hex color #3D7138 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7138 is #C28EC7. Grayscale: #5B5B5B. Windows color (decimal): -12750536 or 3699005. OLE color: 3699005.
HSL color Cylindrical-coordinate representation of color #3D7138: hue angle of 114.74º degrees, saturation: 0.34, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3D7138 is Cyan = 0.46, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 61 | 113 | 56 | - |
| CMYK | 0.46 | 0 | 0.50 | 0.56 |
| HSL | 114.74º | 0.34% | 0.33% | - |
| HSV(B) | 114.74º | 0.5% | 0.44% | - |
| XYZ | 8.54 | 13.09 | 5.82 | - |
| YUV | 90.95 | 108.27 | 106.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 113 | 56 | 0.46 | 0 | 0.50 | 0.56 | 114.74 | 0.34 | 0.33 |
| Hex | 3D | 71 | 38 | 2E | 0 | 32 | 38 | 73 | 22 | 21 |
| Octal | 75 | 161 | 70 | 56 | 0 | 62 | 70 | 163 | 42 | 41 |
| Binary | 111101 | 1110001 | 111000 | 101110 | 0 | 110010 | 111000 | 1110011 | 100010 | 100001 |
Color Harmonies of #3D7138
Complementary color
Monochromatic Colors of #3D7138
Black with #3D7138
Text Example
Text Example
White with #3D7138
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7138; }
p { color: rgb(61,113,56); }
H1.HeaderClassName
{
color: #3D7138;
}
.AnyTagClassName
{
color: #3D7138;
}
</style>
background-color css
<style>
a { background-color: #3D7138; }
a { background-color: rgb(61,113,56); }
div.DivClassName
{
background-color: #3D7138;
}
.BgClassName
{
background-color: #3D7138;
}
</style>
border-color css
<style>
span { border-color: #3D7138; }
span { border-color: rgb(61,113,56); }
td.TdClassName
{
border-color: #3D7138;
}
.TagClassName
{
border-color: #3D7138;
}
</style>