Shades of Green House #3A722E
Tints of Green House #3A722E
RGB
CMYK
RGB Variations
Color information
#3A722E (or 0x3A722E) is known color: Green House. HEX triplet: 3A, 72 and 2E. RGB value is (58,114,46). Sum of RGB (Red+Green+Blue) = 58+114+46=218 (28% of max value = 765). Red value is 58 (23.05% from 255 or 26.61% from 218); Green value is 114 (44.92% from 255 or 52.29% from 218); Blue value is 46 (18.36% from 255 or 21.10% from 218); Max value from RGB is 114 - color contains mainly: green. Hex color #3A722E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A722E is #C58DD1. Grayscale: #595959. Windows color (decimal): -12946898 or 3043898. OLE color: 3043898.
HSL color Cylindrical-coordinate representation of color #3A722E: hue angle of 109.41º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #3A722E is Cyan = 0.49, Magento = 0, Yellow = 0.60 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 114 | 46 | - |
| CMYK | 0.49 | 0 | 0.60 | 0.55 |
| HSL | 109.41º | 0.43% | 0.31% | - |
| HSV(B) | 109.41º | 0.6% | 0.45% | - |
| XYZ | 8.26 | 13.13 | 4.68 | - |
| YUV | 89.5 | 103.45 | 105.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 114 | 46 | 0.49 | 0 | 0.60 | 0.55 | 109.41 | 0.43 | 0.31 |
| Hex | 3A | 72 | 2E | 31 | 0 | 3C | 37 | 6D | 2A | 1F |
| Octal | 72 | 162 | 56 | 61 | 0 | 74 | 67 | 155 | 52 | 37 |
| Binary | 111010 | 1110010 | 101110 | 110001 | 0 | 111100 | 110111 | 1101101 | 101010 | 11111 |
Color Harmonies of #3A722E
Complementary color
Monochromatic Colors of #3A722E
Black with #3A722E
Text Example
Text Example
White with #3A722E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A722E; }
p { color: rgb(58,114,46); }
H1.HeaderClassName
{
color: #3A722E;
}
.AnyTagClassName
{
color: #3A722E;
}
</style>
background-color css
<style>
a { background-color: #3A722E; }
a { background-color: rgb(58,114,46); }
div.DivClassName
{
background-color: #3A722E;
}
.BgClassName
{
background-color: #3A722E;
}
</style>
border-color css
<style>
span { border-color: #3A722E; }
span { border-color: rgb(58,114,46); }
td.TdClassName
{
border-color: #3A722E;
}
.TagClassName
{
border-color: #3A722E;
}
</style>