Shades of Green House #3B5C36
Tints of Green House #3B5C36
RGB
CMYK
RGB Variations
Color information
#3B5C36 (or 0x3B5C36) is known color: Green House. HEX triplet: 3B, 5C and 36. RGB value is (59,92,54). Sum of RGB (Red+Green+Blue) = 59+92+54=205 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.78% from 205); Green value is 92 (36.33% from 255 or 44.88% from 205); Blue value is 54 (21.48% from 255 or 26.34% from 205); Max value from RGB is 92 - color contains mainly: green. Hex color #3B5C36 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5C36 is #C4A3C9. Grayscale: #4D4D4D. Windows color (decimal): -12886986 or 3562555. OLE color: 3562555.
HSL color Cylindrical-coordinate representation of color #3B5C36: hue angle of 112.11º degrees, saturation: 0.26, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3B5C36 is Cyan = 0.36, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 59 | 92 | 54 | - |
| CMYK | 0.36 | 0 | 0.41 | 0.64 |
| HSL | 112.11º | 0.26% | 0.29% | - |
| HSV(B) | 112.11º | 0.41% | 0.36% | - |
| XYZ | 6.3 | 8.85 | 4.87 | - |
| YUV | 77.8 | 114.57 | 114.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 92 | 54 | 0.36 | 0 | 0.41 | 0.64 | 112.11 | 0.26 | 0.29 |
| Hex | 3B | 5C | 36 | 24 | 0 | 29 | 40 | 70 | 1A | 1D |
| Octal | 73 | 134 | 66 | 44 | 0 | 51 | 100 | 160 | 32 | 35 |
| Binary | 111011 | 1011100 | 110110 | 100100 | 0 | 101001 | 1000000 | 1110000 | 11010 | 11101 |
Color Harmonies of #3B5C36
Complementary color
Monochromatic Colors of #3B5C36
Black with #3B5C36
Text Example
Text Example
White with #3B5C36
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5C36; }
p { color: rgb(59,92,54); }
H1.HeaderClassName
{
color: #3B5C36;
}
.AnyTagClassName
{
color: #3B5C36;
}
</style>
background-color css
<style>
a { background-color: #3B5C36; }
a { background-color: rgb(59,92,54); }
div.DivClassName
{
background-color: #3B5C36;
}
.BgClassName
{
background-color: #3B5C36;
}
</style>
border-color css
<style>
span { border-color: #3B5C36; }
span { border-color: rgb(59,92,54); }
td.TdClassName
{
border-color: #3B5C36;
}
.TagClassName
{
border-color: #3B5C36;
}
</style>