Shades of Green House #3A632E
Tints of Green House #3A632E
RGB
CMYK
RGB Variations
Color information
#3A632E (or 0x3A632E) is known color: Green House. HEX triplet: 3A, 63 and 2E. RGB value is (58,99,46). Sum of RGB (Red+Green+Blue) = 58+99+46=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 99 (39.06% from 255 or 48.77% from 203); Blue value is 46 (18.36% from 255 or 22.66% from 203); Max value from RGB is 99 - color contains mainly: green. Hex color #3A632E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A632E is #C59CD1. Grayscale: #505050. Windows color (decimal): -12950738 or 3040058. OLE color: 3040058.
HSL color Cylindrical-coordinate representation of color #3A632E: hue angle of 106.42º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A632E is Cyan = 0.41, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 99 | 46 | - |
| CMYK | 0.41 | 0 | 0.54 | 0.61 |
| HSL | 106.42º | 0.37% | 0.28% | - |
| HSV(B) | 106.42º | 0.54% | 0.39% | - |
| XYZ | 6.7 | 10.02 | 4.17 | - |
| YUV | 80.7 | 108.42 | 111.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 46 | 0.41 | 0 | 0.54 | 0.61 | 106.42 | 0.37 | 0.28 |
| Hex | 3A | 63 | 2E | 29 | 0 | 36 | 3D | 6A | 25 | 1C |
| Octal | 72 | 143 | 56 | 51 | 0 | 66 | 75 | 152 | 45 | 34 |
| Binary | 111010 | 1100011 | 101110 | 101001 | 0 | 110110 | 111101 | 1101010 | 100101 | 11100 |
Color Harmonies of #3A632E
Complementary color
Monochromatic Colors of #3A632E
Black with #3A632E
Text Example
Text Example
White with #3A632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A632E; }
p { color: rgb(58,99,46); }
H1.HeaderClassName
{
color: #3A632E;
}
.AnyTagClassName
{
color: #3A632E;
}
</style>
background-color css
<style>
a { background-color: #3A632E; }
a { background-color: rgb(58,99,46); }
div.DivClassName
{
background-color: #3A632E;
}
.BgClassName
{
background-color: #3A632E;
}
</style>
border-color css
<style>
span { border-color: #3A632E; }
span { border-color: rgb(58,99,46); }
td.TdClassName
{
border-color: #3A632E;
}
.TagClassName
{
border-color: #3A632E;
}
</style>