Shades of Green House #3B5C35
Tints of Green House #3B5C35
RGB
CMYK
RGB Variations
Color information
#3B5C35 (or 0x3B5C35) is known color: Green House. HEX triplet: 3B, 5C and 35. RGB value is (59,92,53). Sum of RGB (Red+Green+Blue) = 59+92+53=204 (27% of max value = 765). Red value is 59 (23.44% from 255 or 28.92% from 204); Green value is 92 (36.33% from 255 or 45.10% from 204); Blue value is 53 (21.09% from 255 or 25.98% from 204); Max value from RGB is 92 - color contains mainly: green. Hex color #3B5C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B5C35 is #C4A3CA. Grayscale: #4D4D4D. Windows color (decimal): -12886987 or 3497019. OLE color: 3497019.
HSL color Cylindrical-coordinate representation of color #3B5C35: hue angle of 110.77º degrees, saturation: 0.27, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.36% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3B5C35 is Cyan = 0.36, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
RGB | 59 | 92 | 53 | - |
CMYK | 0.36 | 0 | 0.42 | 0.64 |
HSL | 110.77º | 0.27% | 0.28% | - |
HSV(B) | 110.77º | 0.42% | 0.36% | - |
XYZ | 6.27 | 8.84 | 4.74 | - |
YUV | 77.69 | 114.07 | 114.67 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 59 | 92 | 53 | 0.36 | 0 | 0.42 | 0.64 | 110.77 | 0.27 | 0.28 |
Hex | 3B | 5C | 35 | 24 | 0 | 2A | 40 | 6F | 1B | 1C |
Octal | 73 | 134 | 65 | 44 | 0 | 52 | 100 | 157 | 33 | 34 |
Binary | 111011 | 1011100 | 110101 | 100100 | 0 | 101010 | 1000000 | 1101111 | 11011 | 11100 |
Color Harmonies of #3B5C35
Complementary color
Monochromatic Colors of #3B5C35
Black with #3B5C35
Text Example
Text Example
White with #3B5C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B5C35; }
p { color: rgb(59,92,53); }
H1.HeaderClassName
{
color: #3B5C35;
}
.AnyTagClassName
{
color: #3B5C35;
}
</style>
background-color css
<style>
a { background-color: #3B5C35; }
a { background-color: rgb(59,92,53); }
div.DivClassName
{
background-color: #3B5C35;
}
.BgClassName
{
background-color: #3B5C35;
}
</style>
border-color css
<style>
span { border-color: #3B5C35; }
span { border-color: rgb(59,92,53); }
td.TdClassName
{
border-color: #3B5C35;
}
.TagClassName
{
border-color: #3B5C35;
}
</style>