Shades of Green House #3A6837
Tints of Green House #3A6837
RGB
CMYK
RGB Variations
Color information
#3A6837 (or 0x3A6837) is known color: Green House. HEX triplet: 3A, 68 and 37. RGB value is (58,104,55). Sum of RGB (Red+Green+Blue) = 58+104+55=217 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.73% from 217); Green value is 104 (41.02% from 255 or 47.93% from 217); Blue value is 55 (21.88% from 255 or 25.35% from 217); Max value from RGB is 104 - color contains mainly: green. Hex color #3A6837 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6837 is #C597C8. Grayscale: #545454. Windows color (decimal): -12949449 or 3631162. OLE color: 3631162.
HSL color Cylindrical-coordinate representation of color #3A6837: hue angle of 116.33º degrees, saturation: 0.31, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6837 is Cyan = 0.44, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 104 | 55 | - |
| CMYK | 0.44 | 0 | 0.47 | 0.59 |
| HSL | 116.33º | 0.31% | 0.31% | - |
| HSV(B) | 116.33º | 0.47% | 0.41% | - |
| XYZ | 7.38 | 11.08 | 5.36 | - |
| YUV | 84.66 | 111.26 | 108.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 55 | 0.44 | 0 | 0.47 | 0.59 | 116.33 | 0.31 | 0.31 |
| Hex | 3A | 68 | 37 | 2C | 0 | 2F | 3B | 74 | 1F | 1F |
| Octal | 72 | 150 | 67 | 54 | 0 | 57 | 73 | 164 | 37 | 37 |
| Binary | 111010 | 1101000 | 110111 | 101100 | 0 | 101111 | 111011 | 1110100 | 11111 | 11111 |
Color Harmonies of #3A6837
Complementary color
Monochromatic Colors of #3A6837
Black with #3A6837
Text Example
Text Example
White with #3A6837
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6837; }
p { color: rgb(58,104,55); }
H1.HeaderClassName
{
color: #3A6837;
}
.AnyTagClassName
{
color: #3A6837;
}
</style>
background-color css
<style>
a { background-color: #3A6837; }
a { background-color: rgb(58,104,55); }
div.DivClassName
{
background-color: #3A6837;
}
.BgClassName
{
background-color: #3A6837;
}
</style>
border-color css
<style>
span { border-color: #3A6837; }
span { border-color: rgb(58,104,55); }
td.TdClassName
{
border-color: #3A6837;
}
.TagClassName
{
border-color: #3A6837;
}
</style>