Shades of Green House #3D5F2F
Tints of Green House #3D5F2F
RGB
CMYK
RGB Variations
Color information
#3D5F2F (or 0x3D5F2F) is known color: Green House. HEX triplet: 3D, 5F and 2F. RGB value is (61,95,47). Sum of RGB (Red+Green+Blue) = 61+95+47=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 95 (37.5% from 255 or 46.80% from 203); Blue value is 47 (18.75% from 255 or 23.15% from 203); Max value from RGB is 95 - color contains mainly: green. Hex color #3D5F2F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5F2F is #C2A0D0. Grayscale: #4F4F4F. Windows color (decimal): -12755153 or 3104573. OLE color: 3104573.
HSL color Cylindrical-coordinate representation of color #3D5F2F: hue angle of 102.5º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.37% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D5F2F is Cyan = 0.36, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.63.
Color convert
| RGB | 61 | 95 | 47 | - |
| CMYK | 0.36 | 0 | 0.51 | 0.63 |
| HSL | 102.5º | 0.34% | 0.28% | - |
| HSV(B) | 102.5º | 0.51% | 0.37% | - |
| XYZ | 6.53 | 9.38 | 4.16 | - |
| YUV | 79.36 | 109.74 | 114.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 95 | 47 | 0.36 | 0 | 0.51 | 0.63 | 102.5 | 0.34 | 0.28 |
| Hex | 3D | 5F | 2F | 24 | 0 | 33 | 3F | 66 | 22 | 1C |
| Octal | 75 | 137 | 57 | 44 | 0 | 63 | 77 | 146 | 42 | 34 |
| Binary | 111101 | 1011111 | 101111 | 100100 | 0 | 110011 | 111111 | 1100110 | 100010 | 11100 |
Color Harmonies of #3D5F2F
Complementary color
Monochromatic Colors of #3D5F2F
Black with #3D5F2F
Text Example
Text Example
White with #3D5F2F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5F2F; }
p { color: rgb(61,95,47); }
H1.HeaderClassName
{
color: #3D5F2F;
}
.AnyTagClassName
{
color: #3D5F2F;
}
</style>
background-color css
<style>
a { background-color: #3D5F2F; }
a { background-color: rgb(61,95,47); }
div.DivClassName
{
background-color: #3D5F2F;
}
.BgClassName
{
background-color: #3D5F2F;
}
</style>
border-color css
<style>
span { border-color: #3D5F2F; }
span { border-color: rgb(61,95,47); }
td.TdClassName
{
border-color: #3D5F2F;
}
.TagClassName
{
border-color: #3D5F2F;
}
</style>