Shades of Green House #3A602C
Tints of Green House #3A602C
RGB
CMYK
RGB Variations
Color information
#3A602C (or 0x3A602C) is known color: Green House. HEX triplet: 3A, 60 and 2C. RGB value is (58,96,44). Sum of RGB (Red+Green+Blue) = 58+96+44=198 (26% of max value = 765). Red value is 58 (23.05% from 255 or 29.29% from 198); Green value is 96 (37.89% from 255 or 48.48% from 198); Blue value is 44 (17.58% from 255 or 22.22% from 198); Max value from RGB is 96 - color contains mainly: green. Hex color #3A602C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A602C is #C59FD3. Grayscale: #4E4E4E. Windows color (decimal): -12951508 or 2908218. OLE color: 2908218.
HSL color Cylindrical-coordinate representation of color #3A602C: hue angle of 103.85º degrees, saturation: 0.37, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3A602C is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 96 | 44 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.62 |
| HSL | 103.85º | 0.37% | 0.27% | - |
| HSV(B) | 103.85º | 0.54% | 0.38% | - |
| XYZ | 6.38 | 9.45 | 3.87 | - |
| YUV | 78.71 | 108.41 | 113.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 44 | 0.40 | 0 | 0.54 | 0.62 | 103.85 | 0.37 | 0.27 |
| Hex | 3A | 60 | 2C | 28 | 0 | 36 | 3E | 68 | 25 | 1B |
| Octal | 72 | 140 | 54 | 50 | 0 | 66 | 76 | 150 | 45 | 33 |
| Binary | 111010 | 1100000 | 101100 | 101000 | 0 | 110110 | 111110 | 1101000 | 100101 | 11011 |
Color Harmonies of #3A602C
Complementary color
Monochromatic Colors of #3A602C
Black with #3A602C
Text Example
Text Example
White with #3A602C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A602C; }
p { color: rgb(58,96,44); }
H1.HeaderClassName
{
color: #3A602C;
}
.AnyTagClassName
{
color: #3A602C;
}
</style>
background-color css
<style>
a { background-color: #3A602C; }
a { background-color: rgb(58,96,44); }
div.DivClassName
{
background-color: #3A602C;
}
.BgClassName
{
background-color: #3A602C;
}
</style>
border-color css
<style>
span { border-color: #3A602C; }
span { border-color: rgb(58,96,44); }
td.TdClassName
{
border-color: #3A602C;
}
.TagClassName
{
border-color: #3A602C;
}
</style>