Shades of Green House #3D7230
Tints of Green House #3D7230
RGB
CMYK
RGB Variations
Color information
#3D7230 (or 0x3D7230) is known color: Green House. HEX triplet: 3D, 72 and 30. RGB value is (61,114,48). Sum of RGB (Red+Green+Blue) = 61+114+48=223 (29% of max value = 765). Red value is 61 (24.22% from 255 or 27.35% from 223); Green value is 114 (44.92% from 255 or 51.12% from 223); Blue value is 48 (19.14% from 255 or 21.52% from 223); Max value from RGB is 114 - color contains mainly: green. Hex color #3D7230 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D7230 is #C28DCF. Grayscale: #5A5A5A. Windows color (decimal): -12750288 or 3174973. OLE color: 3174973.
HSL color Cylindrical-coordinate representation of color #3D7230: hue angle of 108.18º degrees, saturation: 0.41, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D7230 is Cyan = 0.46, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 61 | 114 | 48 | - |
| CMYK | 0.46 | 0 | 0.58 | 0.55 |
| HSL | 108.18º | 0.41% | 0.32% | - |
| HSV(B) | 108.18º | 0.58% | 0.45% | - |
| XYZ | 8.48 | 13.24 | 4.91 | - |
| YUV | 90.63 | 103.94 | 106.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 114 | 48 | 0.46 | 0 | 0.58 | 0.55 | 108.18 | 0.41 | 0.32 |
| Hex | 3D | 72 | 30 | 2E | 0 | 3A | 37 | 6C | 29 | 20 |
| Octal | 75 | 162 | 60 | 56 | 0 | 72 | 67 | 154 | 51 | 40 |
| Binary | 111101 | 1110010 | 110000 | 101110 | 0 | 111010 | 110111 | 1101100 | 101001 | 100000 |
Color Harmonies of #3D7230
Complementary color
Monochromatic Colors of #3D7230
Black with #3D7230
Text Example
Text Example
White with #3D7230
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D7230; }
p { color: rgb(61,114,48); }
H1.HeaderClassName
{
color: #3D7230;
}
.AnyTagClassName
{
color: #3D7230;
}
</style>
background-color css
<style>
a { background-color: #3D7230; }
a { background-color: rgb(61,114,48); }
div.DivClassName
{
background-color: #3D7230;
}
.BgClassName
{
background-color: #3D7230;
}
</style>
border-color css
<style>
span { border-color: #3D7230; }
span { border-color: rgb(61,114,48); }
td.TdClassName
{
border-color: #3D7230;
}
.TagClassName
{
border-color: #3D7230;
}
</style>