Shades of Green House #3B5B36
Tints of Green House #3B5B36
RGB
CMYK
RGB Variations
Color information
#3B5B36 (or 0x3B5B36) is known color: Green House. HEX triplet: 3B, 5B and 36. RGB value is (59,91,54). Sum of RGB (Red+Green+Blue) = 59+91+54=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 91 (35.94% from 255 or 44.61% from 204); Blue value is 54 (21.48% from 255 or 26.47% from 204); Max value from RGB is 91 - color contains mainly: green. Hex color #3B5B36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5B36 is #C4A4C9. Grayscale: #4D4D4D. Windows color (decimal): -12887242 or 3562299. OLE color: 3562299.
HSL color Cylindrical-coordinate representation of color #3B5B36: hue angle of 111.89º degrees, saturation: 0.26, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B5B36 is Cyan = 0.35, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 91 | 54 | - |
| CMYK | 0.35 | 0 | 0.41 | 0.64 |
| HSL | 111.89º | 0.26% | 0.28% | - |
| HSV(B) | 111.89º | 0.41% | 0.36% | - |
| XYZ | 6.21 | 8.68 | 4.84 | - |
| YUV | 77.21 | 114.9 | 115.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 91 | 54 | 0.35 | 0 | 0.41 | 0.64 | 111.89 | 0.26 | 0.28 |
| Hex | 3B | 5B | 36 | 23 | 0 | 29 | 40 | 70 | 1A | 1C |
| Octal | 73 | 133 | 66 | 43 | 0 | 51 | 100 | 160 | 32 | 34 |
| Binary | 111011 | 1011011 | 110110 | 100011 | 0 | 101001 | 1000000 | 1110000 | 11010 | 11100 |
Color Harmonies of #3B5B36
Complementary color
Monochromatic Colors of #3B5B36
Black with #3B5B36
Text Example
Text Example
White with #3B5B36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5B36; }
p { color: rgb(59,91,54); }
H1.HeaderClassName
{
color: #3B5B36;
}
.AnyTagClassName
{
color: #3B5B36;
}
</style>
background-color css
<style>
a { background-color: #3B5B36; }
a { background-color: rgb(59,91,54); }
div.DivClassName
{
background-color: #3B5B36;
}
.BgClassName
{
background-color: #3B5B36;
}
</style>
border-color css
<style>
span { border-color: #3B5B36; }
span { border-color: rgb(59,91,54); }
td.TdClassName
{
border-color: #3B5B36;
}
.TagClassName
{
border-color: #3B5B36;
}
</style>