Shades of Green House #3A6030
Tints of Green House #3A6030
RGB
CMYK
RGB Variations
Color information
#3A6030 (or 0x3A6030) is known color: Green House. HEX triplet: 3A, 60 and 30. RGB value is (58,96,48). Sum of RGB (Red+Green+Blue) = 58+96+48=202 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.71% from 202); Green value is 96 (37.89% from 255 or 47.52% from 202); Blue value is 48 (19.14% from 255 or 23.76% from 202); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6030 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6030 is #C59FCF. Grayscale: #4F4F4F. Windows color (decimal): -12951504 or 3170362. OLE color: 3170362.
HSL color Cylindrical-coordinate representation of color #3A6030: hue angle of 107.5º degrees, saturation: 0.33, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A6030 is Cyan = 0.40, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 96 | 48 | - |
| CMYK | 0.40 | 0 | 0.50 | 0.62 |
| HSL | 107.5º | 0.33% | 0.28% | - |
| HSV(B) | 107.5º | 0.5% | 0.38% | - |
| XYZ | 6.46 | 9.48 | 4.29 | - |
| YUV | 79.17 | 110.41 | 112.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 48 | 0.40 | 0 | 0.50 | 0.62 | 107.5 | 0.33 | 0.28 |
| Hex | 3A | 60 | 30 | 28 | 0 | 32 | 3E | 6C | 21 | 1C |
| Octal | 72 | 140 | 60 | 50 | 0 | 62 | 76 | 154 | 41 | 34 |
| Binary | 111010 | 1100000 | 110000 | 101000 | 0 | 110010 | 111110 | 1101100 | 100001 | 11100 |
Color Harmonies of #3A6030
Complementary color
Monochromatic Colors of #3A6030
Black with #3A6030
Text Example
Text Example
White with #3A6030
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6030; }
p { color: rgb(58,96,48); }
H1.HeaderClassName
{
color: #3A6030;
}
.AnyTagClassName
{
color: #3A6030;
}
</style>
background-color css
<style>
a { background-color: #3A6030; }
a { background-color: rgb(58,96,48); }
div.DivClassName
{
background-color: #3A6030;
}
.BgClassName
{
background-color: #3A6030;
}
</style>
border-color css
<style>
span { border-color: #3A6030; }
span { border-color: rgb(58,96,48); }
td.TdClassName
{
border-color: #3A6030;
}
.TagClassName
{
border-color: #3A6030;
}
</style>