Shades of Green House #3B6A30
Tints of Green House #3B6A30
RGB
CMYK
RGB Variations
Color information
#3B6A30 (or 0x3B6A30) is known color: Green House. HEX triplet: 3B, 6A and 30. RGB value is (59,106,48). Sum of RGB (Red+Green+Blue) = 59+106+48=213 (28% of max value = 765). Red value is 59 (23.44% from 255 or 27.70% from 213); Green value is 106 (41.80% from 255 or 49.77% from 213); Blue value is 48 (19.14% from 255 or 22.54% from 213); Max value from RGB is 106 - color contains mainly: green. Hex color #3B6A30 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6A30 is #C495CF. Grayscale: #555555. Windows color (decimal): -12883408 or 3172923. OLE color: 3172923.
HSL color Cylindrical-coordinate representation of color #3B6A30: hue angle of 108.62º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3B6A30 is Cyan = 0.44, Magento = 0, Yellow = 0.55 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 106 | 48 | - |
| CMYK | 0.44 | 0 | 0.55 | 0.58 |
| HSL | 108.62º | 0.38% | 0.3% | - |
| HSV(B) | 108.62º | 0.55% | 0.42% | - |
| XYZ | 7.49 | 11.45 | 4.61 | - |
| YUV | 85.34 | 106.93 | 109.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 106 | 48 | 0.44 | 0 | 0.55 | 0.58 | 108.62 | 0.38 | 0.3 |
| Hex | 3B | 6A | 30 | 2C | 0 | 37 | 3A | 6D | 26 | 1E |
| Octal | 73 | 152 | 60 | 54 | 0 | 67 | 72 | 155 | 46 | 36 |
| Binary | 111011 | 1101010 | 110000 | 101100 | 0 | 110111 | 111010 | 1101101 | 100110 | 11110 |
Color Harmonies of #3B6A30
Complementary color
Monochromatic Colors of #3B6A30
Black with #3B6A30
Text Example
Text Example
White with #3B6A30
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6A30; }
p { color: rgb(59,106,48); }
H1.HeaderClassName
{
color: #3B6A30;
}
.AnyTagClassName
{
color: #3B6A30;
}
</style>
background-color css
<style>
a { background-color: #3B6A30; }
a { background-color: rgb(59,106,48); }
div.DivClassName
{
background-color: #3B6A30;
}
.BgClassName
{
background-color: #3B6A30;
}
</style>
border-color css
<style>
span { border-color: #3B6A30; }
span { border-color: rgb(59,106,48); }
td.TdClassName
{
border-color: #3B6A30;
}
.TagClassName
{
border-color: #3B6A30;
}
</style>