Shades of Green House #3B6A2D
Tints of Green House #3B6A2D
RGB
CMYK
RGB Variations
Color information
#3B6A2D (or 0x3B6A2D) is known color: Green House. HEX triplet: 3B, 6A and 2D. RGB value is (59,106,45). Sum of RGB (Red+Green+Blue) = 59+106+45=210 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.10% from 210); Green value is 106 (41.80% from 255 or 50.48% from 210); Blue value is 45 (17.97% from 255 or 21.43% from 210); Max value from RGB is 106 - color contains mainly: green. Hex color #3B6A2D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6A2D is #C495D2. Grayscale: #555555. Windows color (decimal): -12883411 or 2976315. OLE color: 2976315.
HSL color Cylindrical-coordinate representation of color #3B6A2D: hue angle of 106.23º degrees, saturation: 0.4, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3B6A2D is Cyan = 0.44, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 106 | 45 | - |
| CMYK | 0.44 | 0 | 0.58 | 0.58 |
| HSL | 106.23º | 0.4% | 0.3% | - |
| HSV(B) | 106.23º | 0.58% | 0.42% | - |
| XYZ | 7.43 | 11.43 | 4.3 | - |
| YUV | 84.99 | 105.43 | 109.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 106 | 45 | 0.44 | 0 | 0.58 | 0.58 | 106.23 | 0.4 | 0.3 |
| Hex | 3B | 6A | 2D | 2C | 0 | 3A | 3A | 6A | 28 | 1E |
| Octal | 73 | 152 | 55 | 54 | 0 | 72 | 72 | 152 | 50 | 36 |
| Binary | 111011 | 1101010 | 101101 | 101100 | 0 | 111010 | 111010 | 1101010 | 101000 | 11110 |
Color Harmonies of #3B6A2D
Complementary color
Monochromatic Colors of #3B6A2D
Black with #3B6A2D
Text Example
Text Example
White with #3B6A2D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6A2D; }
p { color: rgb(59,106,45); }
H1.HeaderClassName
{
color: #3B6A2D;
}
.AnyTagClassName
{
color: #3B6A2D;
}
</style>
background-color css
<style>
a { background-color: #3B6A2D; }
a { background-color: rgb(59,106,45); }
div.DivClassName
{
background-color: #3B6A2D;
}
.BgClassName
{
background-color: #3B6A2D;
}
</style>
border-color css
<style>
span { border-color: #3B6A2D; }
span { border-color: rgb(59,106,45); }
td.TdClassName
{
border-color: #3B6A2D;
}
.TagClassName
{
border-color: #3B6A2D;
}
</style>