Shades of Green House #3A6E30
Tints of Green House #3A6E30
RGB
CMYK
RGB Variations
Color information
#3A6E30 (or 0x3A6E30) is known color: Green House. HEX triplet: 3A, 6E and 30. RGB value is (58,110,48). Sum of RGB (Red+Green+Blue) = 58+110+48=216 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.85% from 216); Green value is 110 (43.36% from 255 or 50.93% from 216); Blue value is 48 (19.14% from 255 or 22.22% from 216); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6E30 is #C591CF. Grayscale: #575757. Windows color (decimal): -12947920 or 3173946. OLE color: 3173946.
HSL color Cylindrical-coordinate representation of color #3A6E30: hue angle of 110.32º degrees, saturation: 0.39, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A6E30 is Cyan = 0.47, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 110 | 48 | - |
| CMYK | 0.47 | 0 | 0.56 | 0.57 |
| HSL | 110.32º | 0.39% | 0.31% | - |
| HSV(B) | 110.32º | 0.56% | 0.43% | - |
| XYZ | 7.85 | 12.26 | 4.75 | - |
| YUV | 87.38 | 105.77 | 107.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 48 | 0.47 | 0 | 0.56 | 0.57 | 110.32 | 0.39 | 0.31 |
| Hex | 3A | 6E | 30 | 2F | 0 | 38 | 39 | 6E | 27 | 1F |
| Octal | 72 | 156 | 60 | 57 | 0 | 70 | 71 | 156 | 47 | 37 |
| Binary | 111010 | 1101110 | 110000 | 101111 | 0 | 111000 | 111001 | 1101110 | 100111 | 11111 |
Color Harmonies of #3A6E30
Complementary color
Monochromatic Colors of #3A6E30
Black with #3A6E30
Text Example
Text Example
White with #3A6E30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6E30; }
p { color: rgb(58,110,48); }
H1.HeaderClassName
{
color: #3A6E30;
}
.AnyTagClassName
{
color: #3A6E30;
}
</style>
background-color css
<style>
a { background-color: #3A6E30; }
a { background-color: rgb(58,110,48); }
div.DivClassName
{
background-color: #3A6E30;
}
.BgClassName
{
background-color: #3A6E30;
}
</style>
border-color css
<style>
span { border-color: #3A6E30; }
span { border-color: rgb(58,110,48); }
td.TdClassName
{
border-color: #3A6E30;
}
.TagClassName
{
border-color: #3A6E30;
}
</style>