Shades of Green House #3D5B2D
Tints of Green House #3D5B2D
RGB
CMYK
RGB Variations
Color information
#3D5B2D (or 0x3D5B2D) is known color: Green House. HEX triplet: 3D, 5B and 2D. RGB value is (61,91,45). Sum of RGB (Red+Green+Blue) = 61+91+45=197 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.96% from 197); Green value is 91 (35.94% from 255 or 46.19% from 197); Blue value is 45 (17.97% from 255 or 22.84% from 197); Max value from RGB is 91 - color contains mainly: green. Hex color #3D5B2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5B2D is #C2A4D2. Grayscale: #4C4C4C. Windows color (decimal): -12756179 or 2972477. OLE color: 2972477.
HSL color Cylindrical-coordinate representation of color #3D5B2D: hue angle of 99.13º degrees, saturation: 0.34, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #3D5B2D is Cyan = 0.33, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 91 | 45 | - |
| CMYK | 0.33 | 0 | 0.51 | 0.64 |
| HSL | 99.13º | 0.34% | 0.27% | - |
| HSV(B) | 99.13º | 0.51% | 0.36% | - |
| XYZ | 6.14 | 8.66 | 3.83 | - |
| YUV | 76.79 | 110.06 | 116.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 91 | 45 | 0.33 | 0 | 0.51 | 0.64 | 99.13 | 0.34 | 0.27 |
| Hex | 3D | 5B | 2D | 21 | 0 | 33 | 40 | 63 | 22 | 1B |
| Octal | 75 | 133 | 55 | 41 | 0 | 63 | 100 | 143 | 42 | 33 |
| Binary | 111101 | 1011011 | 101101 | 100001 | 0 | 110011 | 1000000 | 1100011 | 100010 | 11011 |
Color Harmonies of #3D5B2D
Complementary color
Monochromatic Colors of #3D5B2D
Black with #3D5B2D
Text Example
Text Example
White with #3D5B2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5B2D; }
p { color: rgb(61,91,45); }
H1.HeaderClassName
{
color: #3D5B2D;
}
.AnyTagClassName
{
color: #3D5B2D;
}
</style>
background-color css
<style>
a { background-color: #3D5B2D; }
a { background-color: rgb(61,91,45); }
div.DivClassName
{
background-color: #3D5B2D;
}
.BgClassName
{
background-color: #3D5B2D;
}
</style>
border-color css
<style>
span { border-color: #3D5B2D; }
span { border-color: rgb(61,91,45); }
td.TdClassName
{
border-color: #3D5B2D;
}
.TagClassName
{
border-color: #3D5B2D;
}
</style>