Shades of Green House #3F683A
Tints of Green House #3F683A
RGB
CMYK
RGB Variations
Color information
#3F683A (or 0x3F683A) is known color: Green House. HEX triplet: 3F, 68 and 3A. RGB value is (63,104,58). Sum of RGB (Red+Green+Blue) = 63+104+58=225 (29% of max value = 765). Red value is 63 (25% from 255 or 28% from 225); Green value is 104 (41.02% from 255 or 46.22% from 225); Blue value is 58 (23.05% from 255 or 25.78% from 225); Max value from RGB is 104 - color contains mainly: green. Hex color #3F683A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F683A is #C097C5. Grayscale: #565656. Windows color (decimal): -12621766 or 3827775. OLE color: 3827775.
HSL color Cylindrical-coordinate representation of color #3F683A: hue angle of 113.48º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F683A is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 104 | 58 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.59 |
| HSL | 113.48º | 0.28% | 0.32% | - |
| HSV(B) | 113.48º | 0.44% | 0.41% | - |
| XYZ | 7.76 | 11.26 | 5.77 | - |
| YUV | 86.5 | 111.92 | 111.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 104 | 58 | 0.39 | 0 | 0.44 | 0.59 | 113.48 | 0.28 | 0.32 |
| Hex | 3F | 68 | 3A | 27 | 0 | 2C | 3B | 71 | 1C | 20 |
| Octal | 77 | 150 | 72 | 47 | 0 | 54 | 73 | 161 | 34 | 40 |
| Binary | 111111 | 1101000 | 111010 | 100111 | 0 | 101100 | 111011 | 1110001 | 11100 | 100000 |
Color Harmonies of #3F683A
Complementary color
Monochromatic Colors of #3F683A
Black with #3F683A
Text Example
Text Example
White with #3F683A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F683A; }
p { color: rgb(63,104,58); }
H1.HeaderClassName
{
color: #3F683A;
}
.AnyTagClassName
{
color: #3F683A;
}
</style>
background-color css
<style>
a { background-color: #3F683A; }
a { background-color: rgb(63,104,58); }
div.DivClassName
{
background-color: #3F683A;
}
.BgClassName
{
background-color: #3F683A;
}
</style>
border-color css
<style>
span { border-color: #3F683A; }
span { border-color: rgb(63,104,58); }
td.TdClassName
{
border-color: #3F683A;
}
.TagClassName
{
border-color: #3F683A;
}
</style>