Shades of Green House #3F612F
Tints of Green House #3F612F
RGB
CMYK
RGB Variations
Color information
#3F612F (or 0x3F612F) is known color: Green House. HEX triplet: 3F, 61 and 2F. RGB value is (63,97,47). Sum of RGB (Red+Green+Blue) = 63+97+47=207 (27% of max value = 765). Red value is 63 (25% from 255 or 30.43% from 207); Green value is 97 (38.28% from 255 or 46.86% from 207); Blue value is 47 (18.75% from 255 or 22.71% from 207); Max value from RGB is 97 - color contains mainly: green. Hex color #3F612F is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F612F is #C09ED0. Grayscale: #515151. Windows color (decimal): -12623569 or 3105087. OLE color: 3105087.
HSL color Cylindrical-coordinate representation of color #3F612F: hue angle of 100.8º degrees, saturation: 0.35, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #3F612F is Cyan = 0.35, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.62.
Color convert
| RGB | 63 | 97 | 47 | - |
| CMYK | 0.35 | 0 | 0.52 | 0.62 |
| HSL | 100.8º | 0.35% | 0.28% | - |
| HSV(B) | 100.8º | 0.52% | 0.38% | - |
| XYZ | 6.84 | 9.81 | 4.22 | - |
| YUV | 81.13 | 108.74 | 115.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 97 | 47 | 0.35 | 0 | 0.52 | 0.62 | 100.8 | 0.35 | 0.28 |
| Hex | 3F | 61 | 2F | 23 | 0 | 34 | 3E | 65 | 23 | 1C |
| Octal | 77 | 141 | 57 | 43 | 0 | 64 | 76 | 145 | 43 | 34 |
| Binary | 111111 | 1100001 | 101111 | 100011 | 0 | 110100 | 111110 | 1100101 | 100011 | 11100 |
Color Harmonies of #3F612F
Complementary color
Monochromatic Colors of #3F612F
Black with #3F612F
Text Example
Text Example
White with #3F612F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F612F; }
p { color: rgb(63,97,47); }
H1.HeaderClassName
{
color: #3F612F;
}
.AnyTagClassName
{
color: #3F612F;
}
</style>
background-color css
<style>
a { background-color: #3F612F; }
a { background-color: rgb(63,97,47); }
div.DivClassName
{
background-color: #3F612F;
}
.BgClassName
{
background-color: #3F612F;
}
</style>
border-color css
<style>
span { border-color: #3F612F; }
span { border-color: rgb(63,97,47); }
td.TdClassName
{
border-color: #3F612F;
}
.TagClassName
{
border-color: #3F612F;
}
</style>