Shades of Green House #3A602A
Tints of Green House #3A602A
RGB
CMYK
RGB Variations
Color information
#3A602A (or 0x3A602A) is known color: Green House. HEX triplet: 3A, 60 and 2A. RGB value is (58,96,42). Sum of RGB (Red+Green+Blue) = 58+96+42=196 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.59% from 196); Green value is 96 (37.89% from 255 or 48.98% from 196); Blue value is 42 (16.80% from 255 or 21.43% from 196); Max value from RGB is 96 - color contains mainly: green. Hex color #3A602A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A602A is #C59FD5. Grayscale: #4E4E4E. Windows color (decimal): -12951510 or 2777146. OLE color: 2777146.
HSL color Cylindrical-coordinate representation of color #3A602A: hue angle of 102.22º degrees, saturation: 0.39, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A602A is Cyan = 0.40, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 96 | 42 | - |
| CMYK | 0.40 | 0 | 0.56 | 0.62 |
| HSL | 102.22º | 0.39% | 0.27% | - |
| HSV(B) | 102.22º | 0.56% | 0.38% | - |
| XYZ | 6.35 | 9.43 | 3.68 | - |
| YUV | 78.48 | 107.41 | 113.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 42 | 0.40 | 0 | 0.56 | 0.62 | 102.22 | 0.39 | 0.27 |
| Hex | 3A | 60 | 2A | 28 | 0 | 38 | 3E | 66 | 27 | 1B |
| Octal | 72 | 140 | 52 | 50 | 0 | 70 | 76 | 146 | 47 | 33 |
| Binary | 111010 | 1100000 | 101010 | 101000 | 0 | 111000 | 111110 | 1100110 | 100111 | 11011 |
Color Harmonies of #3A602A
Complementary color
Monochromatic Colors of #3A602A
Black with #3A602A
Text Example
Text Example
White with #3A602A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A602A; }
p { color: rgb(58,96,42); }
H1.HeaderClassName
{
color: #3A602A;
}
.AnyTagClassName
{
color: #3A602A;
}
</style>
background-color css
<style>
a { background-color: #3A602A; }
a { background-color: rgb(58,96,42); }
div.DivClassName
{
background-color: #3A602A;
}
.BgClassName
{
background-color: #3A602A;
}
</style>
border-color css
<style>
span { border-color: #3A602A; }
span { border-color: rgb(58,96,42); }
td.TdClassName
{
border-color: #3A602A;
}
.TagClassName
{
border-color: #3A602A;
}
</style>