Shades of Green House #3D7334
Tints of Green House #3D7334
RGB
CMYK
RGB Variations
Color information
#3D7334 (or 0x3D7334) is known color: Green House. HEX triplet: 3D, 73 and 34. RGB value is (61,115,52). Sum of RGB (Red+Green+Blue) = 61+115+52=228 (30% of max value = 765). Red value is 61 (24.22% from 255 or 26.75% from 228); Green value is 115 (45.31% from 255 or 50.44% from 228); Blue value is 52 (20.70% from 255 or 22.81% from 228); Max value from RGB is 115 - color contains mainly: green. Hex color #3D7334 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7334 is #C28CCB. Grayscale: #5B5B5B. Windows color (decimal): -12750028 or 3437373. OLE color: 3437373.
HSL color Cylindrical-coordinate representation of color #3D7334: hue angle of 111.43º degrees, saturation: 0.38, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D7334 is Cyan = 0.47, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 115 | 52 | - |
| CMYK | 0.47 | 0 | 0.55 | 0.55 |
| HSL | 111.43º | 0.38% | 0.33% | - |
| HSV(B) | 111.43º | 0.55% | 0.45% | - |
| XYZ | 8.68 | 13.5 | 5.4 | - |
| YUV | 91.67 | 105.61 | 106.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 115 | 52 | 0.47 | 0 | 0.55 | 0.55 | 111.43 | 0.38 | 0.33 |
| Hex | 3D | 73 | 34 | 2F | 0 | 37 | 37 | 6F | 26 | 21 |
| Octal | 75 | 163 | 64 | 57 | 0 | 67 | 67 | 157 | 46 | 41 |
| Binary | 111101 | 1110011 | 110100 | 101111 | 0 | 110111 | 110111 | 1101111 | 100110 | 100001 |
Color Harmonies of #3D7334
Complementary color
Monochromatic Colors of #3D7334
Black with #3D7334
Text Example
Text Example
White with #3D7334
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7334; }
p { color: rgb(61,115,52); }
H1.HeaderClassName
{
color: #3D7334;
}
.AnyTagClassName
{
color: #3D7334;
}
</style>
background-color css
<style>
a { background-color: #3D7334; }
a { background-color: rgb(61,115,52); }
div.DivClassName
{
background-color: #3D7334;
}
.BgClassName
{
background-color: #3D7334;
}
</style>
border-color css
<style>
span { border-color: #3D7334; }
span { border-color: rgb(61,115,52); }
td.TdClassName
{
border-color: #3D7334;
}
.TagClassName
{
border-color: #3D7334;
}
</style>