Shades of Green House #3F653B
Tints of Green House #3F653B
RGB
CMYK
RGB Variations
Color information
#3F653B (or 0x3F653B) is known color: Green House. HEX triplet: 3F, 65 and 3B. RGB value is (63,101,59). Sum of RGB (Red+Green+Blue) = 63+101+59=223 (29% of max value = 765). Red value is 63 (25% from 255 or 28.25% from 223); Green value is 101 (39.84% from 255 or 45.29% from 223); Blue value is 59 (23.44% from 255 or 26.46% from 223); Max value from RGB is 101 - color contains mainly: green. Hex color #3F653B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F653B is #C09AC4. Grayscale: #545454. Windows color (decimal): -12622533 or 3892543. OLE color: 3892543.
HSL color Cylindrical-coordinate representation of color #3F653B: hue angle of 114.29º degrees, saturation: 0.26, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F653B is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 101 | 59 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.60 |
| HSL | 114.29º | 0.26% | 0.31% | - |
| HSV(B) | 114.29º | 0.42% | 0.4% | - |
| XYZ | 7.49 | 10.68 | 5.8 | - |
| YUV | 84.85 | 113.41 | 112.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 59 | 0.38 | 0 | 0.42 | 0.60 | 114.29 | 0.26 | 0.31 |
| Hex | 3F | 65 | 3B | 26 | 0 | 2A | 3C | 72 | 1A | 1F |
| Octal | 77 | 145 | 73 | 46 | 0 | 52 | 74 | 162 | 32 | 37 |
| Binary | 111111 | 1100101 | 111011 | 100110 | 0 | 101010 | 111100 | 1110010 | 11010 | 11111 |
Color Harmonies of #3F653B
Complementary color
Monochromatic Colors of #3F653B
Black with #3F653B
Text Example
Text Example
White with #3F653B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F653B; }
p { color: rgb(63,101,59); }
H1.HeaderClassName
{
color: #3F653B;
}
.AnyTagClassName
{
color: #3F653B;
}
</style>
background-color css
<style>
a { background-color: #3F653B; }
a { background-color: rgb(63,101,59); }
div.DivClassName
{
background-color: #3F653B;
}
.BgClassName
{
background-color: #3F653B;
}
</style>
border-color css
<style>
span { border-color: #3F653B; }
span { border-color: rgb(63,101,59); }
td.TdClassName
{
border-color: #3F653B;
}
.TagClassName
{
border-color: #3F653B;
}
</style>