Shades of Green House #3A6C2E
Tints of Green House #3A6C2E
RGB
CMYK
RGB Variations
Color information
#3A6C2E (or 0x3A6C2E) is known color: Green House. HEX triplet: 3A, 6C and 2E. RGB value is (58,108,46). Sum of RGB (Red+Green+Blue) = 58+108+46=212 (28% of max value = 765). Red value is 58 (23.05% from 255 or 27.36% from 212); Green value is 108 (42.58% from 255 or 50.94% from 212); Blue value is 46 (18.36% from 255 or 21.70% from 212); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C2E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6C2E is #C593D1. Grayscale: #565656. Windows color (decimal): -12948434 or 3042362. OLE color: 3042362.
HSL color Cylindrical-coordinate representation of color #3A6C2E: hue angle of 108.39º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3A6C2E is Cyan = 0.46, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 108 | 46 | - |
| CMYK | 0.46 | 0 | 0.57 | 0.58 |
| HSL | 108.39º | 0.4% | 0.3% | - |
| HSV(B) | 108.39º | 0.57% | 0.42% | - |
| XYZ | 7.6 | 11.82 | 4.47 | - |
| YUV | 85.98 | 105.44 | 108.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 108 | 46 | 0.46 | 0 | 0.57 | 0.58 | 108.39 | 0.4 | 0.3 |
| Hex | 3A | 6C | 2E | 2E | 0 | 39 | 3A | 6C | 28 | 1E |
| Octal | 72 | 154 | 56 | 56 | 0 | 71 | 72 | 154 | 50 | 36 |
| Binary | 111010 | 1101100 | 101110 | 101110 | 0 | 111001 | 111010 | 1101100 | 101000 | 11110 |
Color Harmonies of #3A6C2E
Complementary color
Monochromatic Colors of #3A6C2E
Black with #3A6C2E
Text Example
Text Example
White with #3A6C2E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6C2E; }
p { color: rgb(58,108,46); }
H1.HeaderClassName
{
color: #3A6C2E;
}
.AnyTagClassName
{
color: #3A6C2E;
}
</style>
background-color css
<style>
a { background-color: #3A6C2E; }
a { background-color: rgb(58,108,46); }
div.DivClassName
{
background-color: #3A6C2E;
}
.BgClassName
{
background-color: #3A6C2E;
}
</style>
border-color css
<style>
span { border-color: #3A6C2E; }
span { border-color: rgb(58,108,46); }
td.TdClassName
{
border-color: #3A6C2E;
}
.TagClassName
{
border-color: #3A6C2E;
}
</style>