Shades of Green House #3A682C
Tints of Green House #3A682C
RGB
CMYK
RGB Variations
Color information
#3A682C (or 0x3A682C) is known color: Green House. HEX triplet: 3A, 68 and 2C. RGB value is (58,104,44). Sum of RGB (Red+Green+Blue) = 58+104+44=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 104 (41.02% from 255 or 50.49% from 206); Blue value is 44 (17.58% from 255 or 21.36% from 206); Max value from RGB is 104 - color contains mainly: green. Hex color #3A682C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A682C is #C597D3. Grayscale: #535353. Windows color (decimal): -12949460 or 2910266. OLE color: 2910266.
HSL color Cylindrical-coordinate representation of color #3A682C: hue angle of 106º 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 #3A682C is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 104 | 44 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.59 |
| HSL | 106º | 0.41% | 0.29% | - |
| HSV(B) | 106º | 0.58% | 0.41% | - |
| XYZ | 7.15 | 10.98 | 4.13 | - |
| YUV | 83.41 | 105.76 | 109.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 44 | 0.44 | 0 | 0.58 | 0.59 | 106 | 0.41 | 0.29 |
| Hex | 3A | 68 | 2C | 2C | 0 | 3A | 3B | 6A | 29 | 1D |
| Octal | 72 | 150 | 54 | 54 | 0 | 72 | 73 | 152 | 51 | 35 |
| Binary | 111010 | 1101000 | 101100 | 101100 | 0 | 111010 | 111011 | 1101010 | 101001 | 11101 |
Color Harmonies of #3A682C
Complementary color
Monochromatic Colors of #3A682C
Black with #3A682C
Text Example
Text Example
White with #3A682C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A682C; }
p { color: rgb(58,104,44); }
H1.HeaderClassName
{
color: #3A682C;
}
.AnyTagClassName
{
color: #3A682C;
}
</style>
background-color css
<style>
a { background-color: #3A682C; }
a { background-color: rgb(58,104,44); }
div.DivClassName
{
background-color: #3A682C;
}
.BgClassName
{
background-color: #3A682C;
}
</style>
border-color css
<style>
span { border-color: #3A682C; }
span { border-color: rgb(58,104,44); }
td.TdClassName
{
border-color: #3A682C;
}
.TagClassName
{
border-color: #3A682C;
}
</style>