Shades of Green House #3A632A
Tints of Green House #3A632A
RGB
CMYK
RGB Variations
Color information
#3A632A (or 0x3A632A) is known color: Green House. HEX triplet: 3A, 63 and 2A. RGB value is (58,99,42). Sum of RGB (Red+Green+Blue) = 58+99+42=199 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.15% from 199); Green value is 99 (39.06% from 255 or 49.75% from 199); Blue value is 42 (16.80% from 255 or 21.11% from 199); Max value from RGB is 99 - color contains mainly: green. Hex color #3A632A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A632A is #C59CD5. Grayscale: #505050. Windows color (decimal): -12950742 or 2777914. OLE color: 2777914.
HSL color Cylindrical-coordinate representation of color #3A632A: hue angle of 103.16º degrees, saturation: 0.4, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3A632A is Cyan = 0.41, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 99 | 42 | - |
| CMYK | 0.41 | 0 | 0.58 | 0.61 |
| HSL | 103.16º | 0.4% | 0.28% | - |
| HSV(B) | 103.16º | 0.58% | 0.39% | - |
| XYZ | 6.62 | 9.99 | 3.77 | - |
| YUV | 80.24 | 106.42 | 112.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 42 | 0.41 | 0 | 0.58 | 0.61 | 103.16 | 0.4 | 0.28 |
| Hex | 3A | 63 | 2A | 29 | 0 | 3A | 3D | 67 | 28 | 1C |
| Octal | 72 | 143 | 52 | 51 | 0 | 72 | 75 | 147 | 50 | 34 |
| Binary | 111010 | 1100011 | 101010 | 101001 | 0 | 111010 | 111101 | 1100111 | 101000 | 11100 |
Color Harmonies of #3A632A
Complementary color
Monochromatic Colors of #3A632A
Black with #3A632A
Text Example
Text Example
White with #3A632A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A632A; }
p { color: rgb(58,99,42); }
H1.HeaderClassName
{
color: #3A632A;
}
.AnyTagClassName
{
color: #3A632A;
}
</style>
background-color css
<style>
a { background-color: #3A632A; }
a { background-color: rgb(58,99,42); }
div.DivClassName
{
background-color: #3A632A;
}
.BgClassName
{
background-color: #3A632A;
}
</style>
border-color css
<style>
span { border-color: #3A632A; }
span { border-color: rgb(58,99,42); }
td.TdClassName
{
border-color: #3A632A;
}
.TagClassName
{
border-color: #3A632A;
}
</style>