Shades of Green House #3D592E
Tints of Green House #3D592E
RGB
CMYK
RGB Variations
Color information
#3D592E (or 0x3D592E) is known color: Green House. HEX triplet: 3D, 59 and 2E. RGB value is (61,89,46). Sum of RGB (Red+Green+Blue) = 61+89+46=196 (25% of max value = 765). Red value is 61 (24.22% from 255 or 31.12% from 196); Green value is 89 (35.16% from 255 or 45.41% from 196); Blue value is 46 (18.36% from 255 or 23.47% from 196); Max value from RGB is 89 - color contains mainly: green. Hex color #3D592E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D592E is #C2A6D1. Grayscale: #4B4B4B. Windows color (decimal): -12756690 or 3037501. OLE color: 3037501.
HSL color Cylindrical-coordinate representation of color #3D592E: hue angle of 99.07º degrees, saturation: 0.32, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3D592E is Cyan = 0.31, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 89 | 46 | - |
| CMYK | 0.31 | 0 | 0.48 | 0.65 |
| HSL | 99.07º | 0.32% | 0.26% | - |
| HSV(B) | 99.07º | 0.48% | 0.35% | - |
| XYZ | 5.99 | 8.33 | 3.88 | - |
| YUV | 75.73 | 111.22 | 117.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 46 | 0.31 | 0 | 0.48 | 0.65 | 99.07 | 0.32 | 0.26 |
| Hex | 3D | 59 | 2E | 1F | 0 | 30 | 41 | 63 | 20 | 1A |
| Octal | 75 | 131 | 56 | 37 | 0 | 60 | 101 | 143 | 40 | 32 |
| Binary | 111101 | 1011001 | 101110 | 11111 | 0 | 110000 | 1000001 | 1100011 | 100000 | 11010 |
Color Harmonies of #3D592E
Complementary color
Monochromatic Colors of #3D592E
Black with #3D592E
Text Example
Text Example
White with #3D592E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D592E; }
p { color: rgb(61,89,46); }
H1.HeaderClassName
{
color: #3D592E;
}
.AnyTagClassName
{
color: #3D592E;
}
</style>
background-color css
<style>
a { background-color: #3D592E; }
a { background-color: rgb(61,89,46); }
div.DivClassName
{
background-color: #3D592E;
}
.BgClassName
{
background-color: #3D592E;
}
</style>
border-color css
<style>
span { border-color: #3D592E; }
span { border-color: rgb(61,89,46); }
td.TdClassName
{
border-color: #3D592E;
}
.TagClassName
{
border-color: #3D592E;
}
</style>