Shades of Green House #3A6D34
Tints of Green House #3A6D34
RGB
CMYK
RGB Variations
Color information
#3A6D34 (or 0x3A6D34) is known color: Green House. HEX triplet: 3A, 6D and 34. RGB value is (58,109,52). Sum of RGB (Red+Green+Blue) = 58+109+52=219 (29% of max value = 765). Red value is 58 (23.05% from 255 or 26.48% from 219); Green value is 109 (42.97% from 255 or 49.77% from 219); Blue value is 52 (20.70% from 255 or 23.74% from 219); Max value from RGB is 109 - color contains mainly: green. Hex color #3A6D34 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6D34 is #C592CB. Grayscale: #575757. Windows color (decimal): -12948172 or 3435834. OLE color: 3435834.
HSL color Cylindrical-coordinate representation of color #3A6D34: hue angle of 113.68º degrees, saturation: 0.35, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A6D34 is Cyan = 0.47, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 109 | 52 | - |
| CMYK | 0.47 | 0 | 0.52 | 0.57 |
| HSL | 113.68º | 0.35% | 0.32% | - |
| HSV(B) | 113.68º | 0.52% | 0.43% | - |
| XYZ | 7.83 | 12.08 | 5.17 | - |
| YUV | 87.25 | 108.1 | 107.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 109 | 52 | 0.47 | 0 | 0.52 | 0.57 | 113.68 | 0.35 | 0.32 |
| Hex | 3A | 6D | 34 | 2F | 0 | 34 | 39 | 72 | 23 | 20 |
| Octal | 72 | 155 | 64 | 57 | 0 | 64 | 71 | 162 | 43 | 40 |
| Binary | 111010 | 1101101 | 110100 | 101111 | 0 | 110100 | 111001 | 1110010 | 100011 | 100000 |
Color Harmonies of #3A6D34
Complementary color
Monochromatic Colors of #3A6D34
Black with #3A6D34
Text Example
Text Example
White with #3A6D34
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6D34; }
p { color: rgb(58,109,52); }
H1.HeaderClassName
{
color: #3A6D34;
}
.AnyTagClassName
{
color: #3A6D34;
}
</style>
background-color css
<style>
a { background-color: #3A6D34; }
a { background-color: rgb(58,109,52); }
div.DivClassName
{
background-color: #3A6D34;
}
.BgClassName
{
background-color: #3A6D34;
}
</style>
border-color css
<style>
span { border-color: #3A6D34; }
span { border-color: rgb(58,109,52); }
td.TdClassName
{
border-color: #3A6D34;
}
.TagClassName
{
border-color: #3A6D34;
}
</style>