Shades of Green House #3D5538
Tints of Green House #3D5538
RGB
CMYK
RGB Variations
Color information
#3D5538 (or 0x3D5538) is known color: Green House. HEX triplet: 3D, 55 and 38. RGB value is (61,85,56). Sum of RGB (Red+Green+Blue) = 61+85+56=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 85 (33.59% from 255 or 42.08% from 202); Blue value is 56 (22.27% from 255 or 27.72% from 202); Max value from RGB is 85 - color contains mainly: green. Hex color #3D5538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5538 is #C2AAC7. Grayscale: #4A4A4A. Windows color (decimal): -12757704 or 3691837. OLE color: 3691837.
HSL color Cylindrical-coordinate representation of color #3D5538: hue angle of 109.66º degrees, saturation: 0.21, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3D5538 is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 61 | 85 | 56 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.67 |
| HSL | 109.66º | 0.21% | 0.28% | - |
| HSV(B) | 109.66º | 0.34% | 0.33% | - |
| XYZ | 5.89 | 7.77 | 4.93 | - |
| YUV | 74.52 | 117.55 | 118.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 85 | 56 | 0.28 | 0 | 0.34 | 0.67 | 109.66 | 0.21 | 0.28 |
| Hex | 3D | 55 | 38 | 1C | 0 | 22 | 43 | 6E | 15 | 1C |
| Octal | 75 | 125 | 70 | 34 | 0 | 42 | 103 | 156 | 25 | 34 |
| Binary | 111101 | 1010101 | 111000 | 11100 | 0 | 100010 | 1000011 | 1101110 | 10101 | 11100 |
Color Harmonies of #3D5538
Complementary color
Monochromatic Colors of #3D5538
Black with #3D5538
Text Example
Text Example
White with #3D5538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5538; }
p { color: rgb(61,85,56); }
H1.HeaderClassName
{
color: #3D5538;
}
.AnyTagClassName
{
color: #3D5538;
}
</style>
background-color css
<style>
a { background-color: #3D5538; }
a { background-color: rgb(61,85,56); }
div.DivClassName
{
background-color: #3D5538;
}
.BgClassName
{
background-color: #3D5538;
}
</style>
border-color css
<style>
span { border-color: #3D5538; }
span { border-color: rgb(61,85,56); }
td.TdClassName
{
border-color: #3D5538;
}
.TagClassName
{
border-color: #3D5538;
}
</style>