Shades of Green House #3B632E
Tints of Green House #3B632E
RGB
CMYK
RGB Variations
Color information
#3B632E (or 0x3B632E) is known color: Green House. HEX triplet: 3B, 63 and 2E. RGB value is (59,99,46). Sum of RGB (Red+Green+Blue) = 59+99+46=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 99 (39.06% from 255 or 48.53% from 204); Blue value is 46 (18.36% from 255 or 22.55% from 204); Max value from RGB is 99 - color contains mainly: green. Hex color #3B632E is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B632E is #C49CD1. Grayscale: #515151. Windows color (decimal): -12885202 or 3040059. OLE color: 3040059.
HSL color Cylindrical-coordinate representation of color #3B632E: hue angle of 105.28º degrees, saturation: 0.37, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.39% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B632E is Cyan = 0.40, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.61.
Color convert
| RGB | 59 | 99 | 46 | - |
| CMYK | 0.40 | 0 | 0.54 | 0.61 |
| HSL | 105.28º | 0.37% | 0.28% | - |
| HSV(B) | 105.28º | 0.54% | 0.39% | - |
| XYZ | 6.76 | 10.05 | 4.17 | - |
| YUV | 81 | 108.25 | 112.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 99 | 46 | 0.40 | 0 | 0.54 | 0.61 | 105.28 | 0.37 | 0.28 |
| Hex | 3B | 63 | 2E | 28 | 0 | 36 | 3D | 69 | 25 | 1C |
| Octal | 73 | 143 | 56 | 50 | 0 | 66 | 75 | 151 | 45 | 34 |
| Binary | 111011 | 1100011 | 101110 | 101000 | 0 | 110110 | 111101 | 1101001 | 100101 | 11100 |
Color Harmonies of #3B632E
Complementary color
Monochromatic Colors of #3B632E
Black with #3B632E
Text Example
Text Example
White with #3B632E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B632E; }
p { color: rgb(59,99,46); }
H1.HeaderClassName
{
color: #3B632E;
}
.AnyTagClassName
{
color: #3B632E;
}
</style>
background-color css
<style>
a { background-color: #3B632E; }
a { background-color: rgb(59,99,46); }
div.DivClassName
{
background-color: #3B632E;
}
.BgClassName
{
background-color: #3B632E;
}
</style>
border-color css
<style>
span { border-color: #3B632E; }
span { border-color: rgb(59,99,46); }
td.TdClassName
{
border-color: #3B632E;
}
.TagClassName
{
border-color: #3B632E;
}
</style>