Shades of Green House #3A6027
Tints of Green House #3A6027
RGB
CMYK
RGB Variations
Color information
#3A6027 (or 0x3A6027) is known color: Green House. HEX triplet: 3A, 60 and 27. RGB value is (58,96,39). Sum of RGB (Red+Green+Blue) = 58+96+39=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 96 (37.89% from 255 or 49.74% from 193); Blue value is 39 (15.62% from 255 or 20.21% from 193); Max value from RGB is 96 - color contains mainly: green. Hex color #3A6027 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6027 is #C59FD8. Grayscale: #4E4E4E. Windows color (decimal): -12951513 or 2580538. OLE color: 2580538.
HSL color Cylindrical-coordinate representation of color #3A6027: hue angle of 100º degrees, saturation: 0.42, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A6027 is Cyan = 0.40, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 58 | 96 | 39 | - |
| CMYK | 0.40 | 0 | 0.59 | 0.62 |
| HSL | 100º | 0.42% | 0.26% | - |
| HSV(B) | 100º | 0.59% | 0.38% | - |
| XYZ | 6.29 | 9.41 | 3.4 | - |
| YUV | 78.14 | 105.91 | 113.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 96 | 39 | 0.40 | 0 | 0.59 | 0.62 | 100 | 0.42 | 0.26 |
| Hex | 3A | 60 | 27 | 28 | 0 | 3B | 3E | 64 | 2A | 1A |
| Octal | 72 | 140 | 47 | 50 | 0 | 73 | 76 | 144 | 52 | 32 |
| Binary | 111010 | 1100000 | 100111 | 101000 | 0 | 111011 | 111110 | 1100100 | 101010 | 11010 |
Color Harmonies of #3A6027
Complementary color
Monochromatic Colors of #3A6027
Black with #3A6027
Text Example
Text Example
White with #3A6027
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6027; }
p { color: rgb(58,96,39); }
H1.HeaderClassName
{
color: #3A6027;
}
.AnyTagClassName
{
color: #3A6027;
}
</style>
background-color css
<style>
a { background-color: #3A6027; }
a { background-color: rgb(58,96,39); }
div.DivClassName
{
background-color: #3A6027;
}
.BgClassName
{
background-color: #3A6027;
}
</style>
border-color css
<style>
span { border-color: #3A6027; }
span { border-color: rgb(58,96,39); }
td.TdClassName
{
border-color: #3A6027;
}
.TagClassName
{
border-color: #3A6027;
}
</style>