Shades of Green House #3A692B
Tints of Green House #3A692B
RGB
CMYK
RGB Variations
Color information
#3A692B (or 0x3A692B) is known color: Green House. HEX triplet: 3A, 69 and 2B. RGB value is (58,105,43). Sum of RGB (Red+Green+Blue) = 58+105+43=206 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.16% from 206); Green value is 105 (41.41% from 255 or 50.97% from 206); Blue value is 43 (17.19% from 255 or 20.87% from 206); Max value from RGB is 105 - color contains mainly: green. Hex color #3A692B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A692B is #C596D4. Grayscale: #545454. Windows color (decimal): -12949205 or 2844986. OLE color: 2844986.
HSL color Cylindrical-coordinate representation of color #3A692B: hue angle of 105.48º degrees, saturation: 0.42, 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 #3A692B is Cyan = 0.45, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 58 | 105 | 43 | - |
| CMYK | 0.45 | 0 | 0.59 | 0.59 |
| HSL | 105.48º | 0.42% | 0.29% | - |
| HSV(B) | 105.48º | 0.59% | 0.41% | - |
| XYZ | 7.23 | 11.18 | 4.06 | - |
| YUV | 83.88 | 104.93 | 109.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 105 | 43 | 0.45 | 0 | 0.59 | 0.59 | 105.48 | 0.42 | 0.29 |
| Hex | 3A | 69 | 2B | 2D | 0 | 3B | 3B | 69 | 2A | 1D |
| Octal | 72 | 151 | 53 | 55 | 0 | 73 | 73 | 151 | 52 | 35 |
| Binary | 111010 | 1101001 | 101011 | 101101 | 0 | 111011 | 111011 | 1101001 | 101010 | 11101 |
Color Harmonies of #3A692B
Complementary color
Monochromatic Colors of #3A692B
Black with #3A692B
Text Example
Text Example
White with #3A692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A692B; }
p { color: rgb(58,105,43); }
H1.HeaderClassName
{
color: #3A692B;
}
.AnyTagClassName
{
color: #3A692B;
}
</style>
background-color css
<style>
a { background-color: #3A692B; }
a { background-color: rgb(58,105,43); }
div.DivClassName
{
background-color: #3A692B;
}
.BgClassName
{
background-color: #3A692B;
}
</style>
border-color css
<style>
span { border-color: #3A692B; }
span { border-color: rgb(58,105,43); }
td.TdClassName
{
border-color: #3A692B;
}
.TagClassName
{
border-color: #3A692B;
}
</style>