Shades of Green House #3D672C
Tints of Green House #3D672C
RGB
CMYK
RGB Variations
Color information
#3D672C (or 0x3D672C) is known color: Green House. HEX triplet: 3D, 67 and 2C. RGB value is (61,103,44). Sum of RGB (Red+Green+Blue) = 61+103+44=208 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.33% from 208); Green value is 103 (40.62% from 255 or 49.52% from 208); Blue value is 44 (17.58% from 255 or 21.15% from 208); Max value from RGB is 103 - color contains mainly: green. Hex color #3D672C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D672C is #C298D3. Grayscale: #535353. Windows color (decimal): -12753108 or 2910013. OLE color: 2910013.
HSL color Cylindrical-coordinate representation of color #3D672C: hue angle of 102.71º 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 #3D672C is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 61 | 103 | 44 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.60 |
| HSL | 102.71º | 0.4% | 0.29% | - |
| HSV(B) | 102.71º | 0.57% | 0.4% | - |
| XYZ | 7.23 | 10.87 | 4.1 | - |
| YUV | 83.72 | 105.59 | 111.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 103 | 44 | 0.41 | 0 | 0.57 | 0.60 | 102.71 | 0.4 | 0.29 |
| Hex | 3D | 67 | 2C | 29 | 0 | 39 | 3C | 67 | 28 | 1D |
| Octal | 75 | 147 | 54 | 51 | 0 | 71 | 74 | 147 | 50 | 35 |
| Binary | 111101 | 1100111 | 101100 | 101001 | 0 | 111001 | 111100 | 1100111 | 101000 | 11101 |
Color Harmonies of #3D672C
Complementary color
Monochromatic Colors of #3D672C
Black with #3D672C
Text Example
Text Example
White with #3D672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D672C; }
p { color: rgb(61,103,44); }
H1.HeaderClassName
{
color: #3D672C;
}
.AnyTagClassName
{
color: #3D672C;
}
</style>
background-color css
<style>
a { background-color: #3D672C; }
a { background-color: rgb(61,103,44); }
div.DivClassName
{
background-color: #3D672C;
}
.BgClassName
{
background-color: #3D672C;
}
</style>
border-color css
<style>
span { border-color: #3D672C; }
span { border-color: rgb(61,103,44); }
td.TdClassName
{
border-color: #3D672C;
}
.TagClassName
{
border-color: #3D672C;
}
</style>