Shades of Green House #3A622C
Tints of Green House #3A622C
RGB
CMYK
RGB Variations
Color information
#3A622C (or 0x3A622C) is known color: Green House. HEX triplet: 3A, 62 and 2C. RGB value is (58,98,44). Sum of RGB (Red+Green+Blue) = 58+98+44=200 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29% from 200); Green value is 98 (38.67% from 255 or 49% from 200); Blue value is 44 (17.58% from 255 or 22% from 200); Max value from RGB is 98 - color contains mainly: green. Hex color #3A622C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A622C is #C59DD3. Grayscale: #505050. Windows color (decimal): -12950996 or 2908730. OLE color: 2908730.
HSL color Cylindrical-coordinate representation of color #3A622C: hue angle of 104.44º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A622C is Cyan = 0.41, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 44 | - |
| CMYK | 0.41 | 0 | 0.55 | 0.62 |
| HSL | 104.44º | 0.38% | 0.28% | - |
| HSV(B) | 104.44º | 0.55% | 0.38% | - |
| XYZ | 6.57 | 9.82 | 3.93 | - |
| YUV | 79.88 | 107.75 | 112.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 44 | 0.41 | 0 | 0.55 | 0.62 | 104.44 | 0.38 | 0.28 |
| Hex | 3A | 62 | 2C | 29 | 0 | 37 | 3E | 68 | 26 | 1C |
| Octal | 72 | 142 | 54 | 51 | 0 | 67 | 76 | 150 | 46 | 34 |
| Binary | 111010 | 1100010 | 101100 | 101001 | 0 | 110111 | 111110 | 1101000 | 100110 | 11100 |
Color Harmonies of #3A622C
Complementary color
Monochromatic Colors of #3A622C
Black with #3A622C
Text Example
Text Example
White with #3A622C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A622C; }
p { color: rgb(58,98,44); }
H1.HeaderClassName
{
color: #3A622C;
}
.AnyTagClassName
{
color: #3A622C;
}
</style>
background-color css
<style>
a { background-color: #3A622C; }
a { background-color: rgb(58,98,44); }
div.DivClassName
{
background-color: #3A622C;
}
.BgClassName
{
background-color: #3A622C;
}
</style>
border-color css
<style>
span { border-color: #3A622C; }
span { border-color: rgb(58,98,44); }
td.TdClassName
{
border-color: #3A622C;
}
.TagClassName
{
border-color: #3A622C;
}
</style>