Shades of Green House #3D662C
Tints of Green House #3D662C
RGB
CMYK
RGB Variations
Color information
#3D662C (or 0x3D662C) is known color: Green House. HEX triplet: 3D, 66 and 2C. RGB value is (61,102,44). Sum of RGB (Red+Green+Blue) = 61+102+44=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 102 (40.23% from 255 or 49.28% from 207); Blue value is 44 (17.58% from 255 or 21.26% from 207); Max value from RGB is 102 - color contains mainly: green. Hex color #3D662C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D662C is #C299D3. Grayscale: #535353. Windows color (decimal): -12753364 or 2909757. OLE color: 2909757.
HSL color Cylindrical-coordinate representation of color #3D662C: hue angle of 102.41º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3D662C is Cyan = 0.40, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 61 | 102 | 44 | - |
| CMYK | 0.40 | 0 | 0.57 | 0.6 |
| HSL | 102.41º | 0.4% | 0.29% | - |
| HSV(B) | 102.41º | 0.57% | 0.4% | - |
| XYZ | 7.13 | 10.68 | 4.07 | - |
| YUV | 83.13 | 105.92 | 112.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 102 | 44 | 0.40 | 0 | 0.57 | 0.6 | 102.41 | 0.4 | 0.29 |
| Hex | 3D | 66 | 2C | 28 | 0 | 39 | 3C | 66 | 28 | 1D |
| Octal | 75 | 146 | 54 | 50 | 0 | 71 | 74 | 146 | 50 | 35 |
| Binary | 111101 | 1100110 | 101100 | 101000 | 0 | 111001 | 111100 | 1100110 | 101000 | 11101 |
Color Harmonies of #3D662C
Complementary color
Monochromatic Colors of #3D662C
Black with #3D662C
Text Example
Text Example
White with #3D662C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D662C; }
p { color: rgb(61,102,44); }
H1.HeaderClassName
{
color: #3D662C;
}
.AnyTagClassName
{
color: #3D662C;
}
</style>
background-color css
<style>
a { background-color: #3D662C; }
a { background-color: rgb(61,102,44); }
div.DivClassName
{
background-color: #3D662C;
}
.BgClassName
{
background-color: #3D662C;
}
</style>
border-color css
<style>
span { border-color: #3D662C; }
span { border-color: rgb(61,102,44); }
td.TdClassName
{
border-color: #3D662C;
}
.TagClassName
{
border-color: #3D662C;
}
</style>