Shades of Green House #3A622A
Tints of Green House #3A622A
RGB
CMYK
RGB Variations
Color information
#3A622A (or 0x3A622A) is known color: Green House. HEX triplet: 3A, 62 and 2A. RGB value is (58,98,42). Sum of RGB (Red+Green+Blue) = 58+98+42=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 98 (38.67% from 255 or 49.49% from 198); Blue value is 42 (16.80% from 255 or 21.21% from 198); Max value from RGB is 98 - color contains mainly: green. Hex color #3A622A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A622A is #C59DD5. Grayscale: #4F4F4F. Windows color (decimal): -12950998 or 2777658. OLE color: 2777658.
HSL color Cylindrical-coordinate representation of color #3A622A: hue angle of 102.86º degrees, saturation: 0.4, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A622A is Cyan = 0.41, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 98 | 42 | - |
| CMYK | 0.41 | 0 | 0.57 | 0.62 |
| HSL | 102.86º | 0.4% | 0.27% | - |
| HSV(B) | 102.86º | 0.57% | 0.38% | - |
| XYZ | 6.53 | 9.8 | 3.74 | - |
| YUV | 79.66 | 106.75 | 112.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 98 | 42 | 0.41 | 0 | 0.57 | 0.62 | 102.86 | 0.4 | 0.27 |
| Hex | 3A | 62 | 2A | 29 | 0 | 39 | 3E | 67 | 28 | 1B |
| Octal | 72 | 142 | 52 | 51 | 0 | 71 | 76 | 147 | 50 | 33 |
| Binary | 111010 | 1100010 | 101010 | 101001 | 0 | 111001 | 111110 | 1100111 | 101000 | 11011 |
Color Harmonies of #3A622A
Complementary color
Monochromatic Colors of #3A622A
Black with #3A622A
Text Example
Text Example
White with #3A622A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A622A; }
p { color: rgb(58,98,42); }
H1.HeaderClassName
{
color: #3A622A;
}
.AnyTagClassName
{
color: #3A622A;
}
</style>
background-color css
<style>
a { background-color: #3A622A; }
a { background-color: rgb(58,98,42); }
div.DivClassName
{
background-color: #3A622A;
}
.BgClassName
{
background-color: #3A622A;
}
</style>
border-color css
<style>
span { border-color: #3A622A; }
span { border-color: rgb(58,98,42); }
td.TdClassName
{
border-color: #3A622A;
}
.TagClassName
{
border-color: #3A622A;
}
</style>