Shades of Green House #3A5830
Tints of Green House #3A5830
RGB
CMYK
RGB Variations
Color information
#3A5830 (or 0x3A5830) is known color: Green House. HEX triplet: 3A, 58 and 30. RGB value is (58,88,48). Sum of RGB (Red+Green+Blue) = 58+88+48=194 (25% of max value = 765). Red value is 58 (23.05% from 255 or 29.90% from 194); Green value is 88 (34.77% from 255 or 45.36% from 194); Blue value is 48 (19.14% from 255 or 24.74% from 194); Max value from RGB is 88 - color contains mainly: green. Hex color #3A5830 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A5830 is #C5A7CF. Grayscale: #4A4A4A. Windows color (decimal): -12953552 or 3168314. OLE color: 3168314.
HSL color Cylindrical-coordinate representation of color #3A5830: hue angle of 105º degrees, saturation: 0.29, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3A5830 is Cyan = 0.34, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 58 | 88 | 48 | - |
| CMYK | 0.34 | 0 | 0.45 | 0.65 |
| HSL | 105º | 0.29% | 0.27% | - |
| HSV(B) | 105º | 0.45% | 0.35% | - |
| XYZ | 5.77 | 8.09 | 4.05 | - |
| YUV | 74.47 | 113.06 | 116.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 88 | 48 | 0.34 | 0 | 0.45 | 0.65 | 105 | 0.29 | 0.27 |
| Hex | 3A | 58 | 30 | 22 | 0 | 2D | 41 | 69 | 1D | 1B |
| Octal | 72 | 130 | 60 | 42 | 0 | 55 | 101 | 151 | 35 | 33 |
| Binary | 111010 | 1011000 | 110000 | 100010 | 0 | 101101 | 1000001 | 1101001 | 11101 | 11011 |
Color Harmonies of #3A5830
Complementary color
Monochromatic Colors of #3A5830
Black with #3A5830
Text Example
Text Example
White with #3A5830
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A5830; }
p { color: rgb(58,88,48); }
H1.HeaderClassName
{
color: #3A5830;
}
.AnyTagClassName
{
color: #3A5830;
}
</style>
background-color css
<style>
a { background-color: #3A5830; }
a { background-color: rgb(58,88,48); }
div.DivClassName
{
background-color: #3A5830;
}
.BgClassName
{
background-color: #3A5830;
}
</style>
border-color css
<style>
span { border-color: #3A5830; }
span { border-color: rgb(58,88,48); }
td.TdClassName
{
border-color: #3A5830;
}
.TagClassName
{
border-color: #3A5830;
}
</style>