Shades of Green House #3D5930
Tints of Green House #3D5930
RGB
CMYK
RGB Variations
Color information
#3D5930 (or 0x3D5930) is known color: Green House. HEX triplet: 3D, 59 and 30. RGB value is (61,89,48). Sum of RGB (Red+Green+Blue) = 61+89+48=198 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.81% from 198); Green value is 89 (35.16% from 255 or 44.95% from 198); Blue value is 48 (19.14% from 255 or 24.24% from 198); Max value from RGB is 89 - color contains mainly: green. Hex color #3D5930 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D5930 is #C2A6CF. Grayscale: #4C4C4C. Windows color (decimal): -12756688 or 3168573. OLE color: 3168573.
HSL color Cylindrical-coordinate representation of color #3D5930: hue angle of 100.98º degrees, saturation: 0.3, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3D5930 is Cyan = 0.31, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 61 | 89 | 48 | - |
| CMYK | 0.31 | 0 | 0.46 | 0.65 |
| HSL | 100.98º | 0.3% | 0.27% | - |
| HSV(B) | 100.98º | 0.46% | 0.35% | - |
| XYZ | 6.03 | 8.35 | 4.09 | - |
| YUV | 75.95 | 112.22 | 117.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 89 | 48 | 0.31 | 0 | 0.46 | 0.65 | 100.98 | 0.3 | 0.27 |
| Hex | 3D | 59 | 30 | 1F | 0 | 2E | 41 | 65 | 1E | 1B |
| Octal | 75 | 131 | 60 | 37 | 0 | 56 | 101 | 145 | 36 | 33 |
| Binary | 111101 | 1011001 | 110000 | 11111 | 0 | 101110 | 1000001 | 1100101 | 11110 | 11011 |
Color Harmonies of #3D5930
Complementary color
Monochromatic Colors of #3D5930
Black with #3D5930
Text Example
Text Example
White with #3D5930
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D5930; }
p { color: rgb(61,89,48); }
H1.HeaderClassName
{
color: #3D5930;
}
.AnyTagClassName
{
color: #3D5930;
}
</style>
background-color css
<style>
a { background-color: #3D5930; }
a { background-color: rgb(61,89,48); }
div.DivClassName
{
background-color: #3D5930;
}
.BgClassName
{
background-color: #3D5930;
}
</style>
border-color css
<style>
span { border-color: #3D5930; }
span { border-color: rgb(61,89,48); }
td.TdClassName
{
border-color: #3D5930;
}
.TagClassName
{
border-color: #3D5930;
}
</style>