Shades of Green House #3D692C
Tints of Green House #3D692C
RGB
CMYK
RGB Variations
Color information
#3D692C (or 0x3D692C) is known color: Green House. HEX triplet: 3D, 69 and 2C. RGB value is (61,105,44). Sum of RGB (Red+Green+Blue) = 61+105+44=210 (27% of max value = 765). Red value is 61 (24.22% from 255 or 29.05% from 210); Green value is 105 (41.41% from 255 or 50% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 105 - color contains mainly: green. Hex color #3D692C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3D692C is #C296D3. Grayscale: #555555. Windows color (decimal): -12752596 or 2910525. OLE color: 2910525.
HSL color Cylindrical-coordinate representation of color #3D692C: hue angle of 103.28º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3D692C is Cyan = 0.42, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 61 | 105 | 44 | - |
| CMYK | 0.42 | 0 | 0.58 | 0.59 |
| HSL | 103.28º | 0.41% | 0.29% | - |
| HSV(B) | 103.28º | 0.58% | 0.41% | - |
| XYZ | 7.43 | 11.28 | 4.17 | - |
| YUV | 84.89 | 104.92 | 110.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 61 | 105 | 44 | 0.42 | 0 | 0.58 | 0.59 | 103.28 | 0.41 | 0.29 |
| Hex | 3D | 69 | 2C | 2A | 0 | 3A | 3B | 67 | 29 | 1D |
| Octal | 75 | 151 | 54 | 52 | 0 | 72 | 73 | 147 | 51 | 35 |
| Binary | 111101 | 1101001 | 101100 | 101010 | 0 | 111010 | 111011 | 1100111 | 101001 | 11101 |
Color Harmonies of #3D692C
Complementary color
Monochromatic Colors of #3D692C
Black with #3D692C
Text Example
Text Example
White with #3D692C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3D692C; }
p { color: rgb(61,105,44); }
H1.HeaderClassName
{
color: #3D692C;
}
.AnyTagClassName
{
color: #3D692C;
}
</style>
background-color css
<style>
a { background-color: #3D692C; }
a { background-color: rgb(61,105,44); }
div.DivClassName
{
background-color: #3D692C;
}
.BgClassName
{
background-color: #3D692C;
}
</style>
border-color css
<style>
span { border-color: #3D692C; }
span { border-color: rgb(61,105,44); }
td.TdClassName
{
border-color: #3D692C;
}
.TagClassName
{
border-color: #3D692C;
}
</style>