Shades of Green House #3D622C
Tints of Green House #3D622C
RGB
CMYK
RGB Variations
Color information
#3D622C (or 0x3D622C) is known color: Green House. HEX triplet: 3D, 62 and 2C. RGB value is (61,98,44). Sum of RGB (Red+Green+Blue) = 61+98+44=203 (26% of max value = 765). Red value is 61 (24.22% from 255 or 30.05% from 203); Green value is 98 (38.67% from 255 or 48.28% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 98 - color contains mainly: green. Hex color #3D622C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D622C is #C29DD3. Grayscale: #505050. Windows color (decimal): -12754388 or 2908733. OLE color: 2908733.
HSL color Cylindrical-coordinate representation of color #3D622C: hue angle of 101.11º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D622C is Cyan = 0.38, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 61 | 98 | 44 | - |
| CMYK | 0.38 | 0 | 0.55 | 0.62 |
| HSL | 101.11º | 0.38% | 0.28% | - |
| HSV(B) | 101.11º | 0.55% | 0.38% | - |
| XYZ | 6.75 | 9.91 | 3.94 | - |
| YUV | 80.78 | 107.24 | 113.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 98 | 44 | 0.38 | 0 | 0.55 | 0.62 | 101.11 | 0.38 | 0.28 |
| Hex | 3D | 62 | 2C | 26 | 0 | 37 | 3E | 65 | 26 | 1C |
| Octal | 75 | 142 | 54 | 46 | 0 | 67 | 76 | 145 | 46 | 34 |
| Binary | 111101 | 1100010 | 101100 | 100110 | 0 | 110111 | 111110 | 1100101 | 100110 | 11100 |
Color Harmonies of #3D622C
Complementary color
Monochromatic Colors of #3D622C
Black with #3D622C
Text Example
Text Example
White with #3D622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D622C; }
p { color: rgb(61,98,44); }
H1.HeaderClassName
{
color: #3D622C;
}
.AnyTagClassName
{
color: #3D622C;
}
</style>
background-color css
<style>
a { background-color: #3D622C; }
a { background-color: rgb(61,98,44); }
div.DivClassName
{
background-color: #3D622C;
}
.BgClassName
{
background-color: #3D622C;
}
</style>
border-color css
<style>
span { border-color: #3D622C; }
span { border-color: rgb(61,98,44); }
td.TdClassName
{
border-color: #3D622C;
}
.TagClassName
{
border-color: #3D622C;
}
</style>