Shades of Green House #3B6724
Tints of Green House #3B6724
RGB
CMYK
RGB Variations
Color information
#3B6724 (or 0x3B6724) is known color: Green House. HEX triplet: 3B, 67 and 24. RGB value is (59,103,36). Sum of RGB (Red+Green+Blue) = 59+103+36=198 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.80% from 198); Green value is 103 (40.62% from 255 or 52.02% from 198); Blue value is 36 (14.45% from 255 or 18.18% from 198); Max value from RGB is 103 - color contains mainly: green. Hex color #3B6724 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B6724 is #C498DB. Grayscale: #525252. Windows color (decimal): -12884188 or 2385723. OLE color: 2385723.
HSL color Cylindrical-coordinate representation of color #3B6724: hue angle of 99.4º degrees, saturation: 0.48, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #3B6724 is Cyan = 0.43, Magento = 0, Yellow = 0.65 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 103 | 36 | - |
| CMYK | 0.43 | 0 | 0.65 | 0.60 |
| HSL | 99.4º | 0.48% | 0.27% | - |
| HSV(B) | 99.4º | 0.65% | 0.4% | - |
| XYZ | 6.97 | 10.76 | 3.38 | - |
| YUV | 82.21 | 101.92 | 111.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 103 | 36 | 0.43 | 0 | 0.65 | 0.60 | 99.4 | 0.48 | 0.27 |
| Hex | 3B | 67 | 24 | 2B | 0 | 41 | 3C | 63 | 30 | 1B |
| Octal | 73 | 147 | 44 | 53 | 0 | 101 | 74 | 143 | 60 | 33 |
| Binary | 111011 | 1100111 | 100100 | 101011 | 0 | 1000001 | 111100 | 1100011 | 110000 | 11011 |
Color Harmonies of #3B6724
Complementary color
Monochromatic Colors of #3B6724
Black with #3B6724
Text Example
Text Example
White with #3B6724
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6724; }
p { color: rgb(59,103,36); }
H1.HeaderClassName
{
color: #3B6724;
}
.AnyTagClassName
{
color: #3B6724;
}
</style>
background-color css
<style>
a { background-color: #3B6724; }
a { background-color: rgb(59,103,36); }
div.DivClassName
{
background-color: #3B6724;
}
.BgClassName
{
background-color: #3B6724;
}
</style>
border-color css
<style>
span { border-color: #3B6724; }
span { border-color: rgb(59,103,36); }
td.TdClassName
{
border-color: #3B6724;
}
.TagClassName
{
border-color: #3B6724;
}
</style>