Shades of Green House #3D652D
Tints of Green House #3D652D
RGB
CMYK
RGB Variations
Color information
#3D652D (or 0x3D652D) is known color: Green House. HEX triplet: 3D, 65 and 2D. RGB value is (61,101,45). Sum of RGB (Red+Green+Blue) = 61+101+45=207 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.47% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 45 (17.97% from 255 or 21.74% from 207); Max value from RGB is 101 - color contains mainly: green. Hex color #3D652D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D652D is #C29AD2. Grayscale: #525252. Windows color (decimal): -12753619 or 2975037. OLE color: 2975037.
HSL color Cylindrical-coordinate representation of color #3D652D: hue angle of 102.86º degrees, saturation: 0.38, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3D652D is Cyan = 0.40, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 101 | 45 | - |
| CMYK | 0.40 | 0 | 0.55 | 0.60 |
| HSL | 102.86º | 0.38% | 0.29% | - |
| HSV(B) | 102.86º | 0.55% | 0.4% | - |
| XYZ | 7.05 | 10.49 | 4.14 | - |
| YUV | 82.66 | 106.75 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 101 | 45 | 0.40 | 0 | 0.55 | 0.60 | 102.86 | 0.38 | 0.29 |
| Hex | 3D | 65 | 2D | 28 | 0 | 37 | 3C | 67 | 26 | 1D |
| Octal | 75 | 145 | 55 | 50 | 0 | 67 | 74 | 147 | 46 | 35 |
| Binary | 111101 | 1100101 | 101101 | 101000 | 0 | 110111 | 111100 | 1100111 | 100110 | 11101 |
Color Harmonies of #3D652D
Complementary color
Monochromatic Colors of #3D652D
Black with #3D652D
Text Example
Text Example
White with #3D652D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D652D; }
p { color: rgb(61,101,45); }
H1.HeaderClassName
{
color: #3D652D;
}
.AnyTagClassName
{
color: #3D652D;
}
</style>
background-color css
<style>
a { background-color: #3D652D; }
a { background-color: rgb(61,101,45); }
div.DivClassName
{
background-color: #3D652D;
}
.BgClassName
{
background-color: #3D652D;
}
</style>
border-color css
<style>
span { border-color: #3D652D; }
span { border-color: rgb(61,101,45); }
td.TdClassName
{
border-color: #3D652D;
}
.TagClassName
{
border-color: #3D652D;
}
</style>