Shades of Green House #3F663B
Tints of Green House #3F663B
RGB
CMYK
RGB Variations
Color information
#3F663B (or 0x3F663B) is known color: Green House. HEX triplet: 3F, 66 and 3B. RGB value is (63,102,59). Sum of RGB (Red+Green+Blue) = 63+102+59=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 102 (40.23% from 255 or 45.54% from 224); Blue value is 59 (23.44% from 255 or 26.34% from 224); Max value from RGB is 102 - color contains mainly: green. Hex color #3F663B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F663B is #C099C4. Grayscale: #555555. Windows color (decimal): -12622277 or 3892799. OLE color: 3892799.
HSL color Cylindrical-coordinate representation of color #3F663B: hue angle of 114.42º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F663B is Cyan = 0.38, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 102 | 59 | - |
| CMYK | 0.38 | 0 | 0.42 | 0.6 |
| HSL | 114.42º | 0.27% | 0.32% | - |
| HSV(B) | 114.42º | 0.42% | 0.4% | - |
| XYZ | 7.59 | 10.88 | 5.84 | - |
| YUV | 85.44 | 113.08 | 112 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 59 | 0.38 | 0 | 0.42 | 0.6 | 114.42 | 0.27 | 0.32 |
| Hex | 3F | 66 | 3B | 26 | 0 | 2A | 3C | 72 | 1B | 20 |
| Octal | 77 | 146 | 73 | 46 | 0 | 52 | 74 | 162 | 33 | 40 |
| Binary | 111111 | 1100110 | 111011 | 100110 | 0 | 101010 | 111100 | 1110010 | 11011 | 100000 |
Color Harmonies of #3F663B
Complementary color
Monochromatic Colors of #3F663B
Black with #3F663B
Text Example
Text Example
White with #3F663B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F663B; }
p { color: rgb(63,102,59); }
H1.HeaderClassName
{
color: #3F663B;
}
.AnyTagClassName
{
color: #3F663B;
}
</style>
background-color css
<style>
a { background-color: #3F663B; }
a { background-color: rgb(63,102,59); }
div.DivClassName
{
background-color: #3F663B;
}
.BgClassName
{
background-color: #3F663B;
}
</style>
border-color css
<style>
span { border-color: #3F663B; }
span { border-color: rgb(63,102,59); }
td.TdClassName
{
border-color: #3F663B;
}
.TagClassName
{
border-color: #3F663B;
}
</style>