Shades of Green House #3A652C
Tints of Green House #3A652C
RGB
CMYK
RGB Variations
Color information
#3A652C (or 0x3A652C) is known color: Green House. HEX triplet: 3A, 65 and 2C. RGB value is (58,101,44). Sum of RGB (Red+Green+Blue) = 58+101+44=203 (26% of max value = 765). Red value is 58 (23.05% from 255 or 28.57% from 203); Green value is 101 (39.84% from 255 or 49.75% from 203); Blue value is 44 (17.58% from 255 or 21.67% from 203); Max value from RGB is 101 - color contains mainly: green. Hex color #3A652C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A652C is #C59AD3. Grayscale: #515151. Windows color (decimal): -12950228 or 2909498. OLE color: 2909498.
HSL color Cylindrical-coordinate representation of color #3A652C: hue angle of 105.26º degrees, saturation: 0.39, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A652C is Cyan = 0.43, Magento = 0, Yellow = 0.56 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 101 | 44 | - |
| CMYK | 0.43 | 0 | 0.56 | 0.60 |
| HSL | 105.26º | 0.39% | 0.28% | - |
| HSV(B) | 105.26º | 0.56% | 0.4% | - |
| XYZ | 6.85 | 10.39 | 4.03 | - |
| YUV | 81.65 | 106.75 | 111.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 101 | 44 | 0.43 | 0 | 0.56 | 0.60 | 105.26 | 0.39 | 0.28 |
| Hex | 3A | 65 | 2C | 2B | 0 | 38 | 3C | 69 | 27 | 1C |
| Octal | 72 | 145 | 54 | 53 | 0 | 70 | 74 | 151 | 47 | 34 |
| Binary | 111010 | 1100101 | 101100 | 101011 | 0 | 111000 | 111100 | 1101001 | 100111 | 11100 |
Color Harmonies of #3A652C
Complementary color
Monochromatic Colors of #3A652C
Black with #3A652C
Text Example
Text Example
White with #3A652C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A652C; }
p { color: rgb(58,101,44); }
H1.HeaderClassName
{
color: #3A652C;
}
.AnyTagClassName
{
color: #3A652C;
}
</style>
background-color css
<style>
a { background-color: #3A652C; }
a { background-color: rgb(58,101,44); }
div.DivClassName
{
background-color: #3A652C;
}
.BgClassName
{
background-color: #3A652C;
}
</style>
border-color css
<style>
span { border-color: #3A652C; }
span { border-color: rgb(58,101,44); }
td.TdClassName
{
border-color: #3A652C;
}
.TagClassName
{
border-color: #3A652C;
}
</style>