Shades of Green House #3F672B
Tints of Green House #3F672B
RGB
CMYK
RGB Variations
Color information
#3F672B (or 0x3F672B) is known color: Green House. HEX triplet: 3F, 67 and 2B. RGB value is (63,103,43). Sum of RGB (Red+Green+Blue) = 63+103+43=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 103 (40.62% from 255 or 49.28% from 209); Blue value is 43 (17.19% from 255 or 20.57% from 209); Max value from RGB is 103 - color contains mainly: green. Hex color #3F672B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F672B is #C098D4. Grayscale: #545454. Windows color (decimal): -12622037 or 2844479. OLE color: 2844479.
HSL color Cylindrical-coordinate representation of color #3F672B: hue angle of 100º degrees, saturation: 0.41, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #3F672B is Cyan = 0.39, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 103 | 43 | - |
| CMYK | 0.39 | 0 | 0.58 | 0.60 |
| HSL | 100º | 0.41% | 0.29% | - |
| HSV(B) | 100º | 0.58% | 0.4% | - |
| XYZ | 7.34 | 10.93 | 4.01 | - |
| YUV | 84.2 | 104.75 | 112.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 43 | 0.39 | 0 | 0.58 | 0.60 | 100 | 0.41 | 0.29 |
| Hex | 3F | 67 | 2B | 27 | 0 | 3A | 3C | 64 | 29 | 1D |
| Octal | 77 | 147 | 53 | 47 | 0 | 72 | 74 | 144 | 51 | 35 |
| Binary | 111111 | 1100111 | 101011 | 100111 | 0 | 111010 | 111100 | 1100100 | 101001 | 11101 |
Color Harmonies of #3F672B
Complementary color
Monochromatic Colors of #3F672B
Black with #3F672B
Text Example
Text Example
White with #3F672B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F672B; }
p { color: rgb(63,103,43); }
H1.HeaderClassName
{
color: #3F672B;
}
.AnyTagClassName
{
color: #3F672B;
}
</style>
background-color css
<style>
a { background-color: #3F672B; }
a { background-color: rgb(63,103,43); }
div.DivClassName
{
background-color: #3F672B;
}
.BgClassName
{
background-color: #3F672B;
}
</style>
border-color css
<style>
span { border-color: #3F672B; }
span { border-color: rgb(63,103,43); }
td.TdClassName
{
border-color: #3F672B;
}
.TagClassName
{
border-color: #3F672B;
}
</style>