Shades of Green House #3F692B
Tints of Green House #3F692B
RGB
CMYK
RGB Variations
Color information
#3F692B (or 0x3F692B) is known color: Green House. HEX triplet: 3F, 69 and 2B. RGB value is (63,105,43). Sum of RGB (Red+Green+Blue) = 63+105+43=211 (27% of max value = 765). Red value is 63 (25% from 255 or 29.86% from 211); Green value is 105 (41.41% from 255 or 49.76% from 211); Blue value is 43 (17.19% from 255 or 20.38% from 211); Max value from RGB is 105 - color contains mainly: green. Hex color #3F692B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F692B is #C096D4. Grayscale: #555555. Windows color (decimal): -12621525 or 2844991. OLE color: 2844991.
HSL color Cylindrical-coordinate representation of color #3F692B: hue angle of 100.65º degrees, saturation: 0.42, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #3F692B is Cyan = 0.4, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 105 | 43 | - |
| CMYK | 0.4 | 0 | 0.59 | 0.59 |
| HSL | 100.65º | 0.42% | 0.29% | - |
| HSV(B) | 100.65º | 0.59% | 0.41% | - |
| XYZ | 7.54 | 11.33 | 4.08 | - |
| YUV | 85.37 | 104.09 | 112.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 43 | 0.4 | 0 | 0.59 | 0.59 | 100.65 | 0.42 | 0.29 |
| Hex | 3F | 69 | 2B | 28 | 0 | 3B | 3B | 65 | 2A | 1D |
| Octal | 77 | 151 | 53 | 50 | 0 | 73 | 73 | 145 | 52 | 35 |
| Binary | 111111 | 1101001 | 101011 | 101000 | 0 | 111011 | 111011 | 1100101 | 101010 | 11101 |
Color Harmonies of #3F692B
Complementary color
Monochromatic Colors of #3F692B
Black with #3F692B
Text Example
Text Example
White with #3F692B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F692B; }
p { color: rgb(63,105,43); }
H1.HeaderClassName
{
color: #3F692B;
}
.AnyTagClassName
{
color: #3F692B;
}
</style>
background-color css
<style>
a { background-color: #3F692B; }
a { background-color: rgb(63,105,43); }
div.DivClassName
{
background-color: #3F692B;
}
.BgClassName
{
background-color: #3F692B;
}
</style>
border-color css
<style>
span { border-color: #3F692B; }
span { border-color: rgb(63,105,43); }
td.TdClassName
{
border-color: #3F692B;
}
.TagClassName
{
border-color: #3F692B;
}
</style>