Shades of Green House #3B5833
Tints of Green House #3B5833
RGB
CMYK
RGB Variations
Color information
#3B5833 (or 0x3B5833) is known color: Green House. HEX triplet: 3B, 58 and 33. RGB value is (59,88,51). Sum of RGB (Red+Green+Blue) = 59+88+51=198 (26% of max value = 765). Red value is 59 (23.44% from 255 or 29.80% from 198); Green value is 88 (34.77% from 255 or 44.44% from 198); Blue value is 51 (20.31% from 255 or 25.76% from 198); Max value from RGB is 88 - color contains mainly: green. Hex color #3B5833 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5833 is #C4A7CC. Grayscale: #4B4B4B. Windows color (decimal): -12888013 or 3364923. OLE color: 3364923.
HSL color Cylindrical-coordinate representation of color #3B5833: hue angle of 107.03º degrees, saturation: 0.27, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B5833 is Cyan = 0.33, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 59 | 88 | 51 | - |
| CMYK | 0.33 | 0 | 0.42 | 0.65 |
| HSL | 107.03º | 0.27% | 0.27% | - |
| HSV(B) | 107.03º | 0.42% | 0.35% | - |
| XYZ | 5.89 | 8.15 | 4.39 | - |
| YUV | 75.11 | 114.39 | 116.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 88 | 51 | 0.33 | 0 | 0.42 | 0.65 | 107.03 | 0.27 | 0.27 |
| Hex | 3B | 58 | 33 | 21 | 0 | 2A | 41 | 6B | 1B | 1B |
| Octal | 73 | 130 | 63 | 41 | 0 | 52 | 101 | 153 | 33 | 33 |
| Binary | 111011 | 1011000 | 110011 | 100001 | 0 | 101010 | 1000001 | 1101011 | 11011 | 11011 |
Color Harmonies of #3B5833
Complementary color
Monochromatic Colors of #3B5833
Black with #3B5833
Text Example
Text Example
White with #3B5833
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5833; }
p { color: rgb(59,88,51); }
H1.HeaderClassName
{
color: #3B5833;
}
.AnyTagClassName
{
color: #3B5833;
}
</style>
background-color css
<style>
a { background-color: #3B5833; }
a { background-color: rgb(59,88,51); }
div.DivClassName
{
background-color: #3B5833;
}
.BgClassName
{
background-color: #3B5833;
}
</style>
border-color css
<style>
span { border-color: #3B5833; }
span { border-color: rgb(59,88,51); }
td.TdClassName
{
border-color: #3B5833;
}
.TagClassName
{
border-color: #3B5833;
}
</style>