Shades of Green House #3D662A
Tints of Green House #3D662A
RGB
CMYK
RGB Variations
Color information
#3D662A (or 0x3D662A) is known color: Green House. HEX triplet: 3D, 66 and 2A. RGB value is (61,102,42). Sum of RGB (Red+Green+Blue) = 61+102+42=205 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.76% from 205); Green value is 102 (40.23% from 255 or 49.76% from 205); Blue value is 42 (16.80% from 255 or 20.49% from 205); Max value from RGB is 102 - color contains mainly: green. Hex color #3D662A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D662A is #C299D5. Grayscale: #535353. Windows color (decimal): -12753366 or 2778685. OLE color: 2778685.
HSL color Cylindrical-coordinate representation of color #3D662A: hue angle of 101º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3D662A is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 61 | 102 | 42 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.6 |
| HSL | 101º | 0.42% | 0.28% | - |
| HSV(B) | 101º | 0.59% | 0.4% | - |
| XYZ | 7.09 | 10.66 | 3.87 | - |
| YUV | 82.9 | 104.92 | 112.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 102 | 42 | 0.40 | 0 | 0.59 | 0.6 | 101 | 0.42 | 0.28 |
| Hex | 3D | 66 | 2A | 28 | 0 | 3B | 3C | 65 | 2A | 1C |
| Octal | 75 | 146 | 52 | 50 | 0 | 73 | 74 | 145 | 52 | 34 |
| Binary | 111101 | 1100110 | 101010 | 101000 | 0 | 111011 | 111100 | 1100101 | 101010 | 11100 |
Color Harmonies of #3D662A
Complementary color
Monochromatic Colors of #3D662A
Black with #3D662A
Text Example
Text Example
White with #3D662A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D662A; }
p { color: rgb(61,102,42); }
H1.HeaderClassName
{
color: #3D662A;
}
.AnyTagClassName
{
color: #3D662A;
}
</style>
background-color css
<style>
a { background-color: #3D662A; }
a { background-color: rgb(61,102,42); }
div.DivClassName
{
background-color: #3D662A;
}
.BgClassName
{
background-color: #3D662A;
}
</style>
border-color css
<style>
span { border-color: #3D662A; }
span { border-color: rgb(61,102,42); }
td.TdClassName
{
border-color: #3D662A;
}
.TagClassName
{
border-color: #3D662A;
}
</style>