Shades of Green House #3D5D33
Tints of Green House #3D5D33
RGB
CMYK
RGB Variations
Color information
#3D5D33 (or 0x3D5D33) is known color: Green House. HEX triplet: 3D, 5D and 33. RGB value is (61,93,51). Sum of RGB (Red+Green+Blue) = 61+93+51=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 93 (36.72% from 255 or 45.37% from 205); Blue value is 51 (20.31% from 255 or 24.88% from 205); Max value from RGB is 93 - color contains mainly: green. Hex color #3D5D33 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5D33 is #C2A2CC. Grayscale: #4E4E4E. Windows color (decimal): -12755661 or 3366205. OLE color: 3366205.
HSL color Cylindrical-coordinate representation of color #3D5D33: hue angle of 105.71º degrees, saturation: 0.29, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3D5D33 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 61 | 93 | 51 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.64 |
| HSL | 105.71º | 0.29% | 0.28% | - |
| HSV(B) | 105.71º | 0.45% | 0.36% | - |
| XYZ | 6.44 | 9.06 | 4.54 | - |
| YUV | 78.64 | 112.4 | 115.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 93 | 51 | 0.34 | 0 | 0.45 | 0.64 | 105.71 | 0.29 | 0.28 |
| Hex | 3D | 5D | 33 | 22 | 0 | 2D | 40 | 6A | 1D | 1C |
| Octal | 75 | 135 | 63 | 42 | 0 | 55 | 100 | 152 | 35 | 34 |
| Binary | 111101 | 1011101 | 110011 | 100010 | 0 | 101101 | 1000000 | 1101010 | 11101 | 11100 |
Color Harmonies of #3D5D33
Complementary color
Monochromatic Colors of #3D5D33
Black with #3D5D33
Text Example
Text Example
White with #3D5D33
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5D33; }
p { color: rgb(61,93,51); }
H1.HeaderClassName
{
color: #3D5D33;
}
.AnyTagClassName
{
color: #3D5D33;
}
</style>
background-color css
<style>
a { background-color: #3D5D33; }
a { background-color: rgb(61,93,51); }
div.DivClassName
{
background-color: #3D5D33;
}
.BgClassName
{
background-color: #3D5D33;
}
</style>
border-color css
<style>
span { border-color: #3D5D33; }
span { border-color: rgb(61,93,51); }
td.TdClassName
{
border-color: #3D5D33;
}
.TagClassName
{
border-color: #3D5D33;
}
</style>