Shades of Green House #3D662F
Tints of Green House #3D662F
RGB
CMYK
RGB Variations
Color information
#3D662F (or 0x3D662F) is known color: Green House. HEX triplet: 3D, 66 and 2F. RGB value is (61,102,47). Sum of RGB (Red+Green+Blue) = 61+102+47=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 102 (40.23% from 255 or 48.57% from 210); Blue value is 47 (18.75% from 255 or 22.38% from 210); Max value from RGB is 102 - color contains mainly: green. Hex color #3D662F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D662F is #C299D0. Grayscale: #535353. Windows color (decimal): -12753361 or 3106365. OLE color: 3106365.
HSL color Cylindrical-coordinate representation of color #3D662F: hue angle of 104.73º degrees, saturation: 0.37, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3D662F is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 61 | 102 | 47 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.6 |
| HSL | 104.73º | 0.37% | 0.29% | - |
| HSV(B) | 104.73º | 0.54% | 0.4% | - |
| XYZ | 7.19 | 10.7 | 4.38 | - |
| YUV | 83.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 102 | 47 | 0.40 | 0 | 0.54 | 0.6 | 104.73 | 0.37 | 0.29 |
| Hex | 3D | 66 | 2F | 28 | 0 | 36 | 3C | 69 | 25 | 1D |
| Octal | 75 | 146 | 57 | 50 | 0 | 66 | 74 | 151 | 45 | 35 |
| Binary | 111101 | 1100110 | 101111 | 101000 | 0 | 110110 | 111100 | 1101001 | 100101 | 11101 |
Color Harmonies of #3D662F
Complementary color
Monochromatic Colors of #3D662F
Black with #3D662F
Text Example
Text Example
White with #3D662F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D662F; }
p { color: rgb(61,102,47); }
H1.HeaderClassName
{
color: #3D662F;
}
.AnyTagClassName
{
color: #3D662F;
}
</style>
background-color css
<style>
a { background-color: #3D662F; }
a { background-color: rgb(61,102,47); }
div.DivClassName
{
background-color: #3D662F;
}
.BgClassName
{
background-color: #3D662F;
}
</style>
border-color css
<style>
span { border-color: #3D662F; }
span { border-color: rgb(61,102,47); }
td.TdClassName
{
border-color: #3D662F;
}
.TagClassName
{
border-color: #3D662F;
}
</style>