Shades of Green House #3A672C
Tints of Green House #3A672C
RGB
CMYK
RGB Variations
Color information
#3A672C (or 0x3A672C) is known color: Green House. HEX triplet: 3A, 67 and 2C. RGB value is (58,103,44). Sum of RGB (Red+Green+Blue) = 58+103+44=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 103 (40.62% from 255 or 50.24% from 205); Blue value is 44 (17.58% from 255 or 21.46% from 205); Max value from RGB is 103 - color contains mainly: green. Hex color #3A672C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A672C is #C598D3. Grayscale: #535353. Windows color (decimal): -12949716 or 2910010. OLE color: 2910010.
HSL color Cylindrical-coordinate representation of color #3A672C: hue angle of 105.76º 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 #3A672C is Cyan = 0.44, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 103 | 44 | - |
| CMYK | 0.44 | 0 | 0.57 | 0.60 |
| HSL | 105.76º | 0.4% | 0.29% | - |
| HSV(B) | 105.76º | 0.57% | 0.4% | - |
| XYZ | 7.05 | 10.78 | 4.09 | - |
| YUV | 82.82 | 106.09 | 110.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 103 | 44 | 0.44 | 0 | 0.57 | 0.60 | 105.76 | 0.4 | 0.29 |
| Hex | 3A | 67 | 2C | 2C | 0 | 39 | 3C | 6A | 28 | 1D |
| Octal | 72 | 147 | 54 | 54 | 0 | 71 | 74 | 152 | 50 | 35 |
| Binary | 111010 | 1100111 | 101100 | 101100 | 0 | 111001 | 111100 | 1101010 | 101000 | 11101 |
Color Harmonies of #3A672C
Complementary color
Monochromatic Colors of #3A672C
Black with #3A672C
Text Example
Text Example
White with #3A672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A672C; }
p { color: rgb(58,103,44); }
H1.HeaderClassName
{
color: #3A672C;
}
.AnyTagClassName
{
color: #3A672C;
}
</style>
background-color css
<style>
a { background-color: #3A672C; }
a { background-color: rgb(58,103,44); }
div.DivClassName
{
background-color: #3A672C;
}
.BgClassName
{
background-color: #3A672C;
}
</style>
border-color css
<style>
span { border-color: #3A672C; }
span { border-color: rgb(58,103,44); }
td.TdClassName
{
border-color: #3A672C;
}
.TagClassName
{
border-color: #3A672C;
}
</style>