Shades of Green House #3D612D
Tints of Green House #3D612D
RGB
CMYK
RGB Variations
Color information
#3D612D (or 0x3D612D) is known color: Green House. HEX triplet: 3D, 61 and 2D. RGB value is (61,97,45). Sum of RGB (Red+Green+Blue) = 61+97+45=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 97 (38.28% from 255 or 47.78% from 203); Blue value is 45 (17.97% from 255 or 22.17% from 203); Max value from RGB is 97 - color contains mainly: green. Hex color #3D612D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D612D is #C29ED2. Grayscale: #505050. Windows color (decimal): -12754643 or 2974013. OLE color: 2974013.
HSL color Cylindrical-coordinate representation of color #3D612D: hue angle of 101.54º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D612D is Cyan = 0.37, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 97 | 45 | - |
| CMYK | 0.37 | 0 | 0.54 | 0.62 |
| HSL | 101.54º | 0.37% | 0.28% | - |
| HSV(B) | 101.54º | 0.54% | 0.38% | - |
| XYZ | 6.67 | 9.73 | 4.01 | - |
| YUV | 80.31 | 108.07 | 114.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 97 | 45 | 0.37 | 0 | 0.54 | 0.62 | 101.54 | 0.37 | 0.28 |
| Hex | 3D | 61 | 2D | 25 | 0 | 36 | 3E | 66 | 25 | 1C |
| Octal | 75 | 141 | 55 | 45 | 0 | 66 | 76 | 146 | 45 | 34 |
| Binary | 111101 | 1100001 | 101101 | 100101 | 0 | 110110 | 111110 | 1100110 | 100101 | 11100 |
Color Harmonies of #3D612D
Complementary color
Monochromatic Colors of #3D612D
Black with #3D612D
Text Example
Text Example
White with #3D612D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D612D; }
p { color: rgb(61,97,45); }
H1.HeaderClassName
{
color: #3D612D;
}
.AnyTagClassName
{
color: #3D612D;
}
</style>
background-color css
<style>
a { background-color: #3D612D; }
a { background-color: rgb(61,97,45); }
div.DivClassName
{
background-color: #3D612D;
}
.BgClassName
{
background-color: #3D612D;
}
</style>
border-color css
<style>
span { border-color: #3D612D; }
span { border-color: rgb(61,97,45); }
td.TdClassName
{
border-color: #3D612D;
}
.TagClassName
{
border-color: #3D612D;
}
</style>