Shades of Green House #3F5C35
Tints of Green House #3F5C35
RGB
CMYK
RGB Variations
Color information
#3F5C35 (or 0x3F5C35) is known color: Green House. HEX triplet: 3F, 5C and 35. RGB value is (63,92,53). Sum of RGB (Red+Green+Blue) = 63+92+53=208 (27% of max value = 765). Red value is 63 (25% from 255 or 30.29% from 208); Green value is 92 (36.33% from 255 or 44.23% from 208); Blue value is 53 (21.09% from 255 or 25.48% from 208); Max value from RGB is 92 - color contains mainly: green. Hex color #3F5C35 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5C35 is #C0A3CA. Grayscale: #4F4F4F. Windows color (decimal): -12624843 or 3497023. OLE color: 3497023.
HSL color Cylindrical-coordinate representation of color #3F5C35: hue angle of 104.62º 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 #3F5C35 is Cyan = 0.32, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.64.
Color convert
| RGB | 63 | 92 | 53 | - |
| CMYK | 0.32 | 0 | 0.42 | 0.64 |
| HSL | 104.62º | 0.27% | 0.28% | - |
| HSV(B) | 104.62º | 0.42% | 0.36% | - |
| XYZ | 6.52 | 8.97 | 4.76 | - |
| YUV | 78.88 | 113.39 | 116.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 92 | 53 | 0.32 | 0 | 0.42 | 0.64 | 104.62 | 0.27 | 0.28 |
| Hex | 3F | 5C | 35 | 20 | 0 | 2A | 40 | 69 | 1B | 1C |
| Octal | 77 | 134 | 65 | 40 | 0 | 52 | 100 | 151 | 33 | 34 |
| Binary | 111111 | 1011100 | 110101 | 100000 | 0 | 101010 | 1000000 | 1101001 | 11011 | 11100 |
Color Harmonies of #3F5C35
Complementary color
Monochromatic Colors of #3F5C35
Black with #3F5C35
Text Example
Text Example
White with #3F5C35
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5C35; }
p { color: rgb(63,92,53); }
H1.HeaderClassName
{
color: #3F5C35;
}
.AnyTagClassName
{
color: #3F5C35;
}
</style>
background-color css
<style>
a { background-color: #3F5C35; }
a { background-color: rgb(63,92,53); }
div.DivClassName
{
background-color: #3F5C35;
}
.BgClassName
{
background-color: #3F5C35;
}
</style>
border-color css
<style>
span { border-color: #3F5C35; }
span { border-color: rgb(63,92,53); }
td.TdClassName
{
border-color: #3F5C35;
}
.TagClassName
{
border-color: #3F5C35;
}
</style>