Shades of Green House #3D5734
Tints of Green House #3D5734
RGB
CMYK
RGB Variations
Color information
#3D5734 (or 0x3D5734) is known color: Green House. HEX triplet: 3D, 57 and 34. RGB value is (61,87,52). Sum of RGB (Red+Green+Blue) = 61+87+52=200 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.5% from 200); Green value is 87 (34.38% from 255 or 43.5% from 200); Blue value is 52 (20.70% from 255 or 26% from 200); Max value from RGB is 87 - color contains mainly: green. Hex color #3D5734 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5734 is #C2A8CB. Grayscale: #4B4B4B. Windows color (decimal): -12757196 or 3430205. OLE color: 3430205.
HSL color Cylindrical-coordinate representation of color #3D5734: hue angle of 104.57º degrees, saturation: 0.25, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #3D5734 is Cyan = 0.30, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.66.
Color convert
| RGB | 61 | 87 | 52 | - |
| CMYK | 0.30 | 0 | 0.40 | 0.66 |
| HSL | 104.57º | 0.25% | 0.27% | - |
| HSV(B) | 104.57º | 0.4% | 0.34% | - |
| XYZ | 5.95 | 8.06 | 4.49 | - |
| YUV | 75.24 | 114.89 | 117.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 87 | 52 | 0.30 | 0 | 0.40 | 0.66 | 104.57 | 0.25 | 0.27 |
| Hex | 3D | 57 | 34 | 1E | 0 | 28 | 42 | 69 | 19 | 1B |
| Octal | 75 | 127 | 64 | 36 | 0 | 50 | 102 | 151 | 31 | 33 |
| Binary | 111101 | 1010111 | 110100 | 11110 | 0 | 101000 | 1000010 | 1101001 | 11001 | 11011 |
Color Harmonies of #3D5734
Complementary color
Monochromatic Colors of #3D5734
Black with #3D5734
Text Example
Text Example
White with #3D5734
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5734; }
p { color: rgb(61,87,52); }
H1.HeaderClassName
{
color: #3D5734;
}
.AnyTagClassName
{
color: #3D5734;
}
</style>
background-color css
<style>
a { background-color: #3D5734; }
a { background-color: rgb(61,87,52); }
div.DivClassName
{
background-color: #3D5734;
}
.BgClassName
{
background-color: #3D5734;
}
</style>
border-color css
<style>
span { border-color: #3D5734; }
span { border-color: rgb(61,87,52); }
td.TdClassName
{
border-color: #3D5734;
}
.TagClassName
{
border-color: #3D5734;
}
</style>