Shades of Green House #3A6937
Tints of Green House #3A6937
RGB
CMYK
RGB Variations
Color information
#3A6937 (or 0x3A6937) is known color: Green House. HEX triplet: 3A, 69 and 37. RGB value is (58,105,55). Sum of RGB (Red+Green+Blue) = 58+105+55=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 105 (41.41% from 255 or 48.17% from 218); Blue value is 55 (21.88% from 255 or 25.23% from 218); Max value from RGB is 105 - color contains mainly: green. Hex color #3A6937 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6937 is #C596C8. Grayscale: #555555. Windows color (decimal): -12949193 or 3631418. OLE color: 3631418.
HSL color Cylindrical-coordinate representation of color #3A6937: hue angle of 116.4º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6937 is Cyan = 0.45, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 105 | 55 | - |
| CMYK | 0.45 | 0 | 0.48 | 0.59 |
| HSL | 116.4º | 0.31% | 0.31% | - |
| HSV(B) | 116.4º | 0.48% | 0.41% | - |
| XYZ | 7.49 | 11.28 | 5.4 | - |
| YUV | 85.25 | 110.93 | 108.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 55 | 0.45 | 0 | 0.48 | 0.59 | 116.4 | 0.31 | 0.31 |
| Hex | 3A | 69 | 37 | 2D | 0 | 30 | 3B | 74 | 1F | 1F |
| Octal | 72 | 151 | 67 | 55 | 0 | 60 | 73 | 164 | 37 | 37 |
| Binary | 111010 | 1101001 | 110111 | 101101 | 0 | 110000 | 111011 | 1110100 | 11111 | 11111 |
Color Harmonies of #3A6937
Complementary color
Monochromatic Colors of #3A6937
Black with #3A6937
Text Example
Text Example
White with #3A6937
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6937; }
p { color: rgb(58,105,55); }
H1.HeaderClassName
{
color: #3A6937;
}
.AnyTagClassName
{
color: #3A6937;
}
</style>
background-color css
<style>
a { background-color: #3A6937; }
a { background-color: rgb(58,105,55); }
div.DivClassName
{
background-color: #3A6937;
}
.BgClassName
{
background-color: #3A6937;
}
</style>
border-color css
<style>
span { border-color: #3A6937; }
span { border-color: rgb(58,105,55); }
td.TdClassName
{
border-color: #3A6937;
}
.TagClassName
{
border-color: #3A6937;
}
</style>