Shades of Green House #3A672A
Tints of Green House #3A672A
RGB
CMYK
RGB Variations
Color information
#3A672A (or 0x3A672A) is known color: Green House. HEX triplet: 3A, 67 and 2A. RGB value is (58,103,42). Sum of RGB (Red+Green+Blue) = 58+103+42=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 103 (40.62% from 255 or 50.74% from 203); Blue value is 42 (16.80% from 255 or 20.69% from 203); Max value from RGB is 103 - color contains mainly: green. Hex color #3A672A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A672A is #C598D5. Grayscale: #525252. Windows color (decimal): -12949718 or 2778938. OLE color: 2778938.
HSL color Cylindrical-coordinate representation of color #3A672A: hue angle of 104.26º degrees, saturation: 0.42, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A672A is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 103 | 42 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.60 |
| HSL | 104.26º | 0.42% | 0.28% | - |
| HSV(B) | 104.26º | 0.59% | 0.4% | - |
| XYZ | 7.01 | 10.77 | 3.9 | - |
| YUV | 82.59 | 105.09 | 110.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 103 | 42 | 0.44 | 0 | 0.59 | 0.60 | 104.26 | 0.42 | 0.28 |
| Hex | 3A | 67 | 2A | 2C | 0 | 3B | 3C | 68 | 2A | 1C |
| Octal | 72 | 147 | 52 | 54 | 0 | 73 | 74 | 150 | 52 | 34 |
| Binary | 111010 | 1100111 | 101010 | 101100 | 0 | 111011 | 111100 | 1101000 | 101010 | 11100 |
Color Harmonies of #3A672A
Complementary color
Monochromatic Colors of #3A672A
Black with #3A672A
Text Example
Text Example
White with #3A672A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A672A; }
p { color: rgb(58,103,42); }
H1.HeaderClassName
{
color: #3A672A;
}
.AnyTagClassName
{
color: #3A672A;
}
</style>
background-color css
<style>
a { background-color: #3A672A; }
a { background-color: rgb(58,103,42); }
div.DivClassName
{
background-color: #3A672A;
}
.BgClassName
{
background-color: #3A672A;
}
</style>
border-color css
<style>
span { border-color: #3A672A; }
span { border-color: rgb(58,103,42); }
td.TdClassName
{
border-color: #3A672A;
}
.TagClassName
{
border-color: #3A672A;
}
</style>