Shades of Green House #3D612F
Tints of Green House #3D612F
RGB
CMYK
RGB Variations
Color information
#3D612F (or 0x3D612F) is known color: Green House. HEX triplet: 3D, 61 and 2F. RGB value is (61,97,47). Sum of RGB (Red+Green+Blue) = 61+97+47=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 97 (38.28% from 255 or 47.32% from 205); Blue value is 47 (18.75% from 255 or 22.93% from 205); Max value from RGB is 97 - color contains mainly: green. Hex color #3D612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D612F is #C29ED0. Grayscale: #505050. Windows color (decimal): -12754641 or 3105085. OLE color: 3105085.
HSL color Cylindrical-coordinate representation of color #3D612F: hue angle of 103.2º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3D612F is Cyan = 0.37, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 97 | 47 | - |
| CMYK | 0.37 | 0 | 0.52 | 0.62 |
| HSL | 103.2º | 0.35% | 0.28% | - |
| HSV(B) | 103.2º | 0.52% | 0.38% | - |
| XYZ | 6.71 | 9.75 | 4.22 | - |
| YUV | 80.54 | 109.07 | 114.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 97 | 47 | 0.37 | 0 | 0.52 | 0.62 | 103.2 | 0.35 | 0.28 |
| Hex | 3D | 61 | 2F | 25 | 0 | 34 | 3E | 67 | 23 | 1C |
| Octal | 75 | 141 | 57 | 45 | 0 | 64 | 76 | 147 | 43 | 34 |
| Binary | 111101 | 1100001 | 101111 | 100101 | 0 | 110100 | 111110 | 1100111 | 100011 | 11100 |
Color Harmonies of #3D612F
Complementary color
Monochromatic Colors of #3D612F
Black with #3D612F
Text Example
Text Example
White with #3D612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D612F; }
p { color: rgb(61,97,47); }
H1.HeaderClassName
{
color: #3D612F;
}
.AnyTagClassName
{
color: #3D612F;
}
</style>
background-color css
<style>
a { background-color: #3D612F; }
a { background-color: rgb(61,97,47); }
div.DivClassName
{
background-color: #3D612F;
}
.BgClassName
{
background-color: #3D612F;
}
</style>
border-color css
<style>
span { border-color: #3D612F; }
span { border-color: rgb(61,97,47); }
td.TdClassName
{
border-color: #3D612F;
}
.TagClassName
{
border-color: #3D612F;
}
</style>