Shades of Green House #3A672D
Tints of Green House #3A672D
RGB
CMYK
RGB Variations
Color information
#3A672D (or 0x3A672D) is known color: Green House. HEX triplet: 3A, 67 and 2D. RGB value is (58,103,45). Sum of RGB (Red+Green+Blue) = 58+103+45=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 103 (40.62% from 255 or 50% from 206); Blue value is 45 (17.97% from 255 or 21.84% from 206); Max value from RGB is 103 - color contains mainly: green. Hex color #3A672D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A672D is #C598D2. Grayscale: #535353. Windows color (decimal): -12949715 or 2975546. OLE color: 2975546.
HSL color Cylindrical-coordinate representation of color #3A672D: hue angle of 106.55º degrees, saturation: 0.39, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A672D is Cyan = 0.44, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 103 | 45 | - |
| CMYK | 0.44 | 0 | 0.56 | 0.60 |
| HSL | 106.55º | 0.39% | 0.29% | - |
| HSV(B) | 106.55º | 0.56% | 0.4% | - |
| XYZ | 7.07 | 10.79 | 4.19 | - |
| YUV | 82.93 | 106.59 | 110.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 103 | 45 | 0.44 | 0 | 0.56 | 0.60 | 106.55 | 0.39 | 0.29 |
| Hex | 3A | 67 | 2D | 2C | 0 | 38 | 3C | 6B | 27 | 1D |
| Octal | 72 | 147 | 55 | 54 | 0 | 70 | 74 | 153 | 47 | 35 |
| Binary | 111010 | 1100111 | 101101 | 101100 | 0 | 111000 | 111100 | 1101011 | 100111 | 11101 |
Color Harmonies of #3A672D
Complementary color
Monochromatic Colors of #3A672D
Black with #3A672D
Text Example
Text Example
White with #3A672D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A672D; }
p { color: rgb(58,103,45); }
H1.HeaderClassName
{
color: #3A672D;
}
.AnyTagClassName
{
color: #3A672D;
}
</style>
background-color css
<style>
a { background-color: #3A672D; }
a { background-color: rgb(58,103,45); }
div.DivClassName
{
background-color: #3A672D;
}
.BgClassName
{
background-color: #3A672D;
}
</style>
border-color css
<style>
span { border-color: #3A672D; }
span { border-color: rgb(58,103,45); }
td.TdClassName
{
border-color: #3A672D;
}
.TagClassName
{
border-color: #3A672D;
}
</style>