Shades of Green House #3A6530
Tints of Green House #3A6530
RGB
CMYK
RGB Variations
Color information
#3A6530 (or 0x3A6530) is known color: Green House. HEX triplet: 3A, 65 and 30. RGB value is (58,101,48). Sum of RGB (Red+Green+Blue) = 58+101+48=207 (27% of max value = 765). Red value is 58 (23.05% from 255 or 28.02% from 207); Green value is 101 (39.84% from 255 or 48.79% from 207); Blue value is 48 (19.14% from 255 or 23.19% from 207); Max value from RGB is 101 - color contains mainly: green. Hex color #3A6530 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3A6530 is #C59ACF. Grayscale: #525252. Windows color (decimal): -12950224 or 3171642. OLE color: 3171642.
HSL color Cylindrical-coordinate representation of color #3A6530: hue angle of 108.68º degrees, saturation: 0.36, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3A6530 is Cyan = 0.43, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 58 | 101 | 48 | - |
| CMYK | 0.43 | 0 | 0.52 | 0.60 |
| HSL | 108.68º | 0.36% | 0.29% | - |
| HSV(B) | 108.68º | 0.52% | 0.4% | - |
| XYZ | 6.93 | 10.42 | 4.44 | - |
| YUV | 82.1 | 108.75 | 110.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 101 | 48 | 0.43 | 0 | 0.52 | 0.60 | 108.68 | 0.36 | 0.29 |
| Hex | 3A | 65 | 30 | 2B | 0 | 34 | 3C | 6D | 24 | 1D |
| Octal | 72 | 145 | 60 | 53 | 0 | 64 | 74 | 155 | 44 | 35 |
| Binary | 111010 | 1100101 | 110000 | 101011 | 0 | 110100 | 111100 | 1101101 | 100100 | 11101 |
Color Harmonies of #3A6530
Complementary color
Monochromatic Colors of #3A6530
Black with #3A6530
Text Example
Text Example
White with #3A6530
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6530; }
p { color: rgb(58,101,48); }
H1.HeaderClassName
{
color: #3A6530;
}
.AnyTagClassName
{
color: #3A6530;
}
</style>
background-color css
<style>
a { background-color: #3A6530; }
a { background-color: rgb(58,101,48); }
div.DivClassName
{
background-color: #3A6530;
}
.BgClassName
{
background-color: #3A6530;
}
</style>
border-color css
<style>
span { border-color: #3A6530; }
span { border-color: rgb(58,101,48); }
td.TdClassName
{
border-color: #3A6530;
}
.TagClassName
{
border-color: #3A6530;
}
</style>