Shades of Green House #3F663C
Tints of Green House #3F663C
RGB
CMYK
RGB Variations
Color information
#3F663C (or 0x3F663C) is known color: Green House. HEX triplet: 3F, 66 and 3C. RGB value is (63,102,60). Sum of RGB (Red+Green+Blue) = 63+102+60=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 102 (40.23% from 255 or 45.33% from 225); Blue value is 60 (23.83% from 255 or 26.67% from 225); Max value from RGB is 102 - color contains mainly: green. Hex color #3F663C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F663C is #C099C3. Grayscale: #555555. Windows color (decimal): -12622276 or 3958335. OLE color: 3958335.
HSL color Cylindrical-coordinate representation of color #3F663C: hue angle of 115.71º degrees, saturation: 0.26, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #3F663C is Cyan = 0.38, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.6.
Color convert
| RGB | 63 | 102 | 60 | - |
| CMYK | 0.38 | 0 | 0.41 | 0.6 |
| HSL | 115.71º | 0.26% | 0.32% | - |
| HSV(B) | 115.71º | 0.41% | 0.4% | - |
| XYZ | 7.62 | 10.89 | 5.97 | - |
| YUV | 85.55 | 113.58 | 111.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 102 | 60 | 0.38 | 0 | 0.41 | 0.6 | 115.71 | 0.26 | 0.32 |
| Hex | 3F | 66 | 3C | 26 | 0 | 29 | 3C | 74 | 1A | 20 |
| Octal | 77 | 146 | 74 | 46 | 0 | 51 | 74 | 164 | 32 | 40 |
| Binary | 111111 | 1100110 | 111100 | 100110 | 0 | 101001 | 111100 | 1110100 | 11010 | 100000 |
Color Harmonies of #3F663C
Complementary color
Monochromatic Colors of #3F663C
Black with #3F663C
Text Example
Text Example
White with #3F663C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F663C; }
p { color: rgb(63,102,60); }
H1.HeaderClassName
{
color: #3F663C;
}
.AnyTagClassName
{
color: #3F663C;
}
</style>
background-color css
<style>
a { background-color: #3F663C; }
a { background-color: rgb(63,102,60); }
div.DivClassName
{
background-color: #3F663C;
}
.BgClassName
{
background-color: #3F663C;
}
</style>
border-color css
<style>
span { border-color: #3F663C; }
span { border-color: rgb(63,102,60); }
td.TdClassName
{
border-color: #3F663C;
}
.TagClassName
{
border-color: #3F663C;
}
</style>