Shades of Green House #3F672C
Tints of Green House #3F672C
RGB
CMYK
RGB Variations
Color information
#3F672C (or 0x3F672C) is known color: Green House. HEX triplet: 3F, 67 and 2C. RGB value is (63,103,44). Sum of RGB (Red+Green+Blue) = 63+103+44=210 (27% of max value = 765). Red value is 63 (25% from 255 or 30% from 210); Green value is 103 (40.62% from 255 or 49.05% from 210); Blue value is 44 (17.58% from 255 or 20.95% from 210); Max value from RGB is 103 - color contains mainly: green. Hex color #3F672C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F672C is #C098D3. Grayscale: #545454. Windows color (decimal): -12622036 or 2910015. OLE color: 2910015.
HSL color Cylindrical-coordinate representation of color #3F672C: hue angle of 100.68º degrees, saturation: 0.4, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #3F672C is Cyan = 0.39, Magento = 0, Yellow = 0.57 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 103 | 44 | - |
| CMYK | 0.39 | 0 | 0.57 | 0.60 |
| HSL | 100.68º | 0.4% | 0.29% | - |
| HSV(B) | 100.68º | 0.57% | 0.4% | - |
| XYZ | 7.35 | 10.94 | 4.11 | - |
| YUV | 84.31 | 105.25 | 112.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 44 | 0.39 | 0 | 0.57 | 0.60 | 100.68 | 0.4 | 0.29 |
| Hex | 3F | 67 | 2C | 27 | 0 | 39 | 3C | 65 | 28 | 1D |
| Octal | 77 | 147 | 54 | 47 | 0 | 71 | 74 | 145 | 50 | 35 |
| Binary | 111111 | 1100111 | 101100 | 100111 | 0 | 111001 | 111100 | 1100101 | 101000 | 11101 |
Color Harmonies of #3F672C
Complementary color
Monochromatic Colors of #3F672C
Black with #3F672C
Text Example
Text Example
White with #3F672C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F672C; }
p { color: rgb(63,103,44); }
H1.HeaderClassName
{
color: #3F672C;
}
.AnyTagClassName
{
color: #3F672C;
}
</style>
background-color css
<style>
a { background-color: #3F672C; }
a { background-color: rgb(63,103,44); }
div.DivClassName
{
background-color: #3F672C;
}
.BgClassName
{
background-color: #3F672C;
}
</style>
border-color css
<style>
span { border-color: #3F672C; }
span { border-color: rgb(63,103,44); }
td.TdClassName
{
border-color: #3F672C;
}
.TagClassName
{
border-color: #3F672C;
}
</style>