Shades of Green House #3A5A2D
Tints of Green House #3A5A2D
RGB
CMYK
RGB Variations
Color information
#3A5A2D (or 0x3A5A2D) is known color: Green House. HEX triplet: 3A, 5A and 2D. RGB value is (58,90,45). Sum of RGB (Red+Green+Blue) = 58+90+45=193 (25% of max value = 765). Red value is 58 (23.05% from 255 or 30.05% from 193); Green value is 90 (35.55% from 255 or 46.63% from 193); Blue value is 45 (17.97% from 255 or 23.32% from 193); Max value from RGB is 90 - color contains mainly: green. Hex color #3A5A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5A2D is #C5A5D2. Grayscale: #4B4B4B. Windows color (decimal): -12953043 or 2972218. OLE color: 2972218.
HSL color Cylindrical-coordinate representation of color #3A5A2D: hue angle of 102.67º degrees, saturation: 0.33, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #3A5A2D is Cyan = 0.36, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 90 | 45 | - |
| CMYK | 0.36 | 0 | 0.50 | 0.65 |
| HSL | 102.67º | 0.33% | 0.26% | - |
| HSV(B) | 102.67º | 0.5% | 0.35% | - |
| XYZ | 5.87 | 8.4 | 3.79 | - |
| YUV | 75.3 | 110.9 | 115.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 90 | 45 | 0.36 | 0 | 0.50 | 0.65 | 102.67 | 0.33 | 0.26 |
| Hex | 3A | 5A | 2D | 24 | 0 | 32 | 41 | 67 | 21 | 1A |
| Octal | 72 | 132 | 55 | 44 | 0 | 62 | 101 | 147 | 41 | 32 |
| Binary | 111010 | 1011010 | 101101 | 100100 | 0 | 110010 | 1000001 | 1100111 | 100001 | 11010 |
Color Harmonies of #3A5A2D
Complementary color
Monochromatic Colors of #3A5A2D
Black with #3A5A2D
Text Example
Text Example
White with #3A5A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5A2D; }
p { color: rgb(58,90,45); }
H1.HeaderClassName
{
color: #3A5A2D;
}
.AnyTagClassName
{
color: #3A5A2D;
}
</style>
background-color css
<style>
a { background-color: #3A5A2D; }
a { background-color: rgb(58,90,45); }
div.DivClassName
{
background-color: #3A5A2D;
}
.BgClassName
{
background-color: #3A5A2D;
}
</style>
border-color css
<style>
span { border-color: #3A5A2D; }
span { border-color: rgb(58,90,45); }
td.TdClassName
{
border-color: #3A5A2D;
}
.TagClassName
{
border-color: #3A5A2D;
}
</style>