Shades of Green House #3A682B
Tints of Green House #3A682B
RGB
CMYK
RGB Variations
Color information
#3A682B (or 0x3A682B) is known color: Green House. HEX triplet: 3A, 68 and 2B. RGB value is (58,104,43). Sum of RGB (Red+Green+Blue) = 58+104+43=205 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.29% from 205); Green value is 104 (41.02% from 255 or 50.73% from 205); Blue value is 43 (17.19% from 255 or 20.98% from 205); Max value from RGB is 104 - color contains mainly: green. Hex color #3A682B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A682B is #C597D4. Grayscale: #535353. Windows color (decimal): -12949461 or 2844730. OLE color: 2844730.
HSL color Cylindrical-coordinate representation of color #3A682B: hue angle of 105.25º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3A682B is Cyan = 0.44, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 104 | 43 | - |
| CMYK | 0.44 | 0 | 0.59 | 0.59 |
| HSL | 105.25º | 0.41% | 0.29% | - |
| HSV(B) | 105.25º | 0.59% | 0.41% | - |
| XYZ | 7.13 | 10.97 | 4.03 | - |
| YUV | 83.29 | 105.26 | 109.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 104 | 43 | 0.44 | 0 | 0.59 | 0.59 | 105.25 | 0.41 | 0.29 |
| Hex | 3A | 68 | 2B | 2C | 0 | 3B | 3B | 69 | 29 | 1D |
| Octal | 72 | 150 | 53 | 54 | 0 | 73 | 73 | 151 | 51 | 35 |
| Binary | 111010 | 1101000 | 101011 | 101100 | 0 | 111011 | 111011 | 1101001 | 101001 | 11101 |
Color Harmonies of #3A682B
Complementary color
Monochromatic Colors of #3A682B
Black with #3A682B
Text Example
Text Example
White with #3A682B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A682B; }
p { color: rgb(58,104,43); }
H1.HeaderClassName
{
color: #3A682B;
}
.AnyTagClassName
{
color: #3A682B;
}
</style>
background-color css
<style>
a { background-color: #3A682B; }
a { background-color: rgb(58,104,43); }
div.DivClassName
{
background-color: #3A682B;
}
.BgClassName
{
background-color: #3A682B;
}
</style>
border-color css
<style>
span { border-color: #3A682B; }
span { border-color: rgb(58,104,43); }
td.TdClassName
{
border-color: #3A682B;
}
.TagClassName
{
border-color: #3A682B;
}
</style>