Shades of Green House #3D5D32
Tints of Green House #3D5D32
RGB
CMYK
RGB Variations
Color information
#3D5D32 (or 0x3D5D32) is known color: Green House. HEX triplet: 3D, 5D and 32. RGB value is (61,93,50). Sum of RGB (Red+Green+Blue) = 61+93+50=204 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.90% from 204); Green value is 93 (36.72% from 255 or 45.59% from 204); Blue value is 50 (19.92% from 255 or 24.51% from 204); Max value from RGB is 93 - color contains mainly: green. Hex color #3D5D32 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5D32 is #C2A2CD. Grayscale: #4E4E4E. Windows color (decimal): -12755662 or 3300669. OLE color: 3300669.
HSL color Cylindrical-coordinate representation of color #3D5D32: hue angle of 104.65º degrees, saturation: 0.3, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D5D32 is Cyan = 0.34, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 93 | 50 | - |
| CMYK | 0.34 | 0 | 0.46 | 0.64 |
| HSL | 104.65º | 0.3% | 0.28% | - |
| HSV(B) | 104.65º | 0.46% | 0.36% | - |
| XYZ | 6.41 | 9.05 | 4.43 | - |
| YUV | 78.53 | 111.9 | 115.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 93 | 50 | 0.34 | 0 | 0.46 | 0.64 | 104.65 | 0.3 | 0.28 |
| Hex | 3D | 5D | 32 | 22 | 0 | 2E | 40 | 69 | 1E | 1C |
| Octal | 75 | 135 | 62 | 42 | 0 | 56 | 100 | 151 | 36 | 34 |
| Binary | 111101 | 1011101 | 110010 | 100010 | 0 | 101110 | 1000000 | 1101001 | 11110 | 11100 |
Color Harmonies of #3D5D32
Complementary color
Monochromatic Colors of #3D5D32
Black with #3D5D32
Text Example
Text Example
White with #3D5D32
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5D32; }
p { color: rgb(61,93,50); }
H1.HeaderClassName
{
color: #3D5D32;
}
.AnyTagClassName
{
color: #3D5D32;
}
</style>
background-color css
<style>
a { background-color: #3D5D32; }
a { background-color: rgb(61,93,50); }
div.DivClassName
{
background-color: #3D5D32;
}
.BgClassName
{
background-color: #3D5D32;
}
</style>
border-color css
<style>
span { border-color: #3D5D32; }
span { border-color: rgb(61,93,50); }
td.TdClassName
{
border-color: #3D5D32;
}
.TagClassName
{
border-color: #3D5D32;
}
</style>