Shades of Green House #3D5936
Tints of Green House #3D5936
RGB
CMYK
RGB Variations
Color information
#3D5936 (or 0x3D5936) is known color: Green House. HEX triplet: 3D, 59 and 36. RGB value is (61,89,54). Sum of RGB (Red+Green+Blue) = 61+89+54=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 89 (35.16% from 255 or 43.63% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5936 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5936 is #C2A6C9. Grayscale: #4C4C4C. Windows color (decimal): -12756682 or 3561789. OLE color: 3561789.
HSL color Cylindrical-coordinate representation of color #3D5936: hue angle of 108º degrees, saturation: 0.24, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #3D5936 is Cyan = 0.31, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 89 | 54 | - |
| CMYK | 0.31 | 0 | 0.39 | 0.65 |
| HSL | 108º | 0.24% | 0.28% | - |
| HSV(B) | 108º | 0.39% | 0.35% | - |
| XYZ | 6.16 | 8.4 | 4.79 | - |
| YUV | 76.64 | 115.22 | 116.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 54 | 0.31 | 0 | 0.39 | 0.65 | 108 | 0.24 | 0.28 |
| Hex | 3D | 59 | 36 | 1F | 0 | 27 | 41 | 6C | 18 | 1C |
| Octal | 75 | 131 | 66 | 37 | 0 | 47 | 101 | 154 | 30 | 34 |
| Binary | 111101 | 1011001 | 110110 | 11111 | 0 | 100111 | 1000001 | 1101100 | 11000 | 11100 |
Color Harmonies of #3D5936
Complementary color
Monochromatic Colors of #3D5936
Black with #3D5936
Text Example
Text Example
White with #3D5936
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5936; }
p { color: rgb(61,89,54); }
H1.HeaderClassName
{
color: #3D5936;
}
.AnyTagClassName
{
color: #3D5936;
}
</style>
background-color css
<style>
a { background-color: #3D5936; }
a { background-color: rgb(61,89,54); }
div.DivClassName
{
background-color: #3D5936;
}
.BgClassName
{
background-color: #3D5936;
}
</style>
border-color css
<style>
span { border-color: #3D5936; }
span { border-color: rgb(61,89,54); }
td.TdClassName
{
border-color: #3D5936;
}
.TagClassName
{
border-color: #3D5936;
}
</style>