Shades of Green House #3D5934
Tints of Green House #3D5934
RGB
CMYK
RGB Variations
Color information
#3D5934 (or 0x3D5934) is known color: Green House. HEX triplet: 3D, 59 and 34. RGB value is (61,89,52). Sum of RGB (Red+Green+Blue) = 61+89+52=202 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.20% from 202); Green value is 89 (35.16% from 255 or 44.06% from 202); Blue value is 52 (20.70% from 255 or 25.74% from 202); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5934 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5934 is #C2A6CB. Grayscale: #4C4C4C. Windows color (decimal): -12756684 or 3430717. OLE color: 3430717.
HSL color Cylindrical-coordinate representation of color #3D5934: hue angle of 105.41º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3D5934 is Cyan = 0.31, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 89 | 52 | - |
| CMYK | 0.31 | 0 | 0.42 | 0.65 |
| HSL | 105.41º | 0.26% | 0.28% | - |
| HSV(B) | 105.41º | 0.42% | 0.35% | - |
| XYZ | 6.12 | 8.38 | 4.54 | - |
| YUV | 76.41 | 114.22 | 117.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 52 | 0.31 | 0 | 0.42 | 0.65 | 105.41 | 0.26 | 0.28 |
| Hex | 3D | 59 | 34 | 1F | 0 | 2A | 41 | 69 | 1A | 1C |
| Octal | 75 | 131 | 64 | 37 | 0 | 52 | 101 | 151 | 32 | 34 |
| Binary | 111101 | 1011001 | 110100 | 11111 | 0 | 101010 | 1000001 | 1101001 | 11010 | 11100 |
Color Harmonies of #3D5934
Complementary color
Monochromatic Colors of #3D5934
Black with #3D5934
Text Example
Text Example
White with #3D5934
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5934; }
p { color: rgb(61,89,52); }
H1.HeaderClassName
{
color: #3D5934;
}
.AnyTagClassName
{
color: #3D5934;
}
</style>
background-color css
<style>
a { background-color: #3D5934; }
a { background-color: rgb(61,89,52); }
div.DivClassName
{
background-color: #3D5934;
}
.BgClassName
{
background-color: #3D5934;
}
</style>
border-color css
<style>
span { border-color: #3D5934; }
span { border-color: rgb(61,89,52); }
td.TdClassName
{
border-color: #3D5934;
}
.TagClassName
{
border-color: #3D5934;
}
</style>