Shades of Green House #3B5D36
Tints of Green House #3B5D36
RGB
CMYK
RGB Variations
Color information
#3B5D36 (or 0x3B5D36) is known color: Green House. HEX triplet: 3B, 5D and 36. RGB value is (59,93,54). Sum of RGB (Red+Green+Blue) = 59+93+54=206 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.64% from 206); Green value is 93 (36.72% from 255 or 45.15% from 206); Blue value is 54 (21.48% from 255 or 26.21% from 206); Max value from RGB is 93 - color contains mainly: green. Hex color #3B5D36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5D36 is #C4A2C9. Grayscale: #4E4E4E. Windows color (decimal): -12886730 or 3562811. OLE color: 3562811.
HSL color Cylindrical-coordinate representation of color #3B5D36: hue angle of 112.31º degrees, saturation: 0.27, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B5D36 is Cyan = 0.37, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 93 | 54 | - |
| CMYK | 0.37 | 0 | 0.42 | 0.64 |
| HSL | 112.31º | 0.27% | 0.29% | - |
| HSV(B) | 112.31º | 0.42% | 0.36% | - |
| XYZ | 6.38 | 9.02 | 4.9 | - |
| YUV | 78.39 | 114.24 | 114.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 93 | 54 | 0.37 | 0 | 0.42 | 0.64 | 112.31 | 0.27 | 0.29 |
| Hex | 3B | 5D | 36 | 25 | 0 | 2A | 40 | 70 | 1B | 1D |
| Octal | 73 | 135 | 66 | 45 | 0 | 52 | 100 | 160 | 33 | 35 |
| Binary | 111011 | 1011101 | 110110 | 100101 | 0 | 101010 | 1000000 | 1110000 | 11011 | 11101 |
Color Harmonies of #3B5D36
Complementary color
Monochromatic Colors of #3B5D36
Black with #3B5D36
Text Example
Text Example
White with #3B5D36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5D36; }
p { color: rgb(59,93,54); }
H1.HeaderClassName
{
color: #3B5D36;
}
.AnyTagClassName
{
color: #3B5D36;
}
</style>
background-color css
<style>
a { background-color: #3B5D36; }
a { background-color: rgb(59,93,54); }
div.DivClassName
{
background-color: #3B5D36;
}
.BgClassName
{
background-color: #3B5D36;
}
</style>
border-color css
<style>
span { border-color: #3B5D36; }
span { border-color: rgb(59,93,54); }
td.TdClassName
{
border-color: #3B5D36;
}
.TagClassName
{
border-color: #3B5D36;
}
</style>