Shades of Green House #3B6828
Tints of Green House #3B6828
RGB
CMYK
RGB Variations
Color information
#3B6828 (or 0x3B6828) is known color: Green House. HEX triplet: 3B, 68 and 28. RGB value is (59,104,40). Sum of RGB (Red+Green+Blue) = 59+104+40=203 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.06% from 203); Green value is 104 (41.02% from 255 or 51.23% from 203); Blue value is 40 (16.02% from 255 or 19.70% from 203); Max value from RGB is 104 - color contains mainly: green. Hex color #3B6828 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6828 is #C497D7. Grayscale: #535353. Windows color (decimal): -12883928 or 2648123. OLE color: 2648123.
HSL color Cylindrical-coordinate representation of color #3B6828: hue angle of 102.19º degrees, saturation: 0.44, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #3B6828 is Cyan = 0.43, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 59 | 104 | 40 | - |
| CMYK | 0.43 | 0 | 0.62 | 0.59 |
| HSL | 102.19º | 0.44% | 0.28% | - |
| HSV(B) | 102.19º | 0.62% | 0.41% | - |
| XYZ | 7.14 | 10.98 | 3.75 | - |
| YUV | 83.25 | 103.59 | 110.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 104 | 40 | 0.43 | 0 | 0.62 | 0.59 | 102.19 | 0.44 | 0.28 |
| Hex | 3B | 68 | 28 | 2B | 0 | 3E | 3B | 66 | 2C | 1C |
| Octal | 73 | 150 | 50 | 53 | 0 | 76 | 73 | 146 | 54 | 34 |
| Binary | 111011 | 1101000 | 101000 | 101011 | 0 | 111110 | 111011 | 1100110 | 101100 | 11100 |
Color Harmonies of #3B6828
Complementary color
Monochromatic Colors of #3B6828
Black with #3B6828
Text Example
Text Example
White with #3B6828
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6828; }
p { color: rgb(59,104,40); }
H1.HeaderClassName
{
color: #3B6828;
}
.AnyTagClassName
{
color: #3B6828;
}
</style>
background-color css
<style>
a { background-color: #3B6828; }
a { background-color: rgb(59,104,40); }
div.DivClassName
{
background-color: #3B6828;
}
.BgClassName
{
background-color: #3B6828;
}
</style>
border-color css
<style>
span { border-color: #3B6828; }
span { border-color: rgb(59,104,40); }
td.TdClassName
{
border-color: #3B6828;
}
.TagClassName
{
border-color: #3B6828;
}
</style>