Shades of Green House #3A632C
Tints of Green House #3A632C
RGB
CMYK
RGB Variations
Color information
#3A632C (or 0x3A632C) is known color: Green House. HEX triplet: 3A, 63 and 2C. RGB value is (58,99,44). Sum of RGB (Red+Green+Blue) = 58+99+44=201 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.86% from 201); Green value is 99 (39.06% from 255 or 49.25% from 201); Blue value is 44 (17.58% from 255 or 21.89% from 201); Max value from RGB is 99 - color contains mainly: green. Hex color #3A632C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A632C is #C59CD3. Grayscale: #505050. Windows color (decimal): -12950740 or 2908986. OLE color: 2908986.
HSL color Cylindrical-coordinate representation of color #3A632C: hue angle of 104.73º degrees, saturation: 0.38, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A632C is Cyan = 0.41, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 58 | 99 | 44 | - |
| CMYK | 0.41 | 0 | 0.56 | 0.61 |
| HSL | 104.73º | 0.38% | 0.28% | - |
| HSV(B) | 104.73º | 0.56% | 0.39% | - |
| XYZ | 6.66 | 10.01 | 3.96 | - |
| YUV | 80.47 | 107.42 | 111.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 99 | 44 | 0.41 | 0 | 0.56 | 0.61 | 104.73 | 0.38 | 0.28 |
| Hex | 3A | 63 | 2C | 29 | 0 | 38 | 3D | 69 | 26 | 1C |
| Octal | 72 | 143 | 54 | 51 | 0 | 70 | 75 | 151 | 46 | 34 |
| Binary | 111010 | 1100011 | 101100 | 101001 | 0 | 111000 | 111101 | 1101001 | 100110 | 11100 |
Color Harmonies of #3A632C
Complementary color
Monochromatic Colors of #3A632C
Black with #3A632C
Text Example
Text Example
White with #3A632C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A632C; }
p { color: rgb(58,99,44); }
H1.HeaderClassName
{
color: #3A632C;
}
.AnyTagClassName
{
color: #3A632C;
}
</style>
background-color css
<style>
a { background-color: #3A632C; }
a { background-color: rgb(58,99,44); }
div.DivClassName
{
background-color: #3A632C;
}
.BgClassName
{
background-color: #3A632C;
}
</style>
border-color css
<style>
span { border-color: #3A632C; }
span { border-color: rgb(58,99,44); }
td.TdClassName
{
border-color: #3A632C;
}
.TagClassName
{
border-color: #3A632C;
}
</style>