Shades of Green House #3F693D
Tints of Green House #3F693D
RGB
CMYK
RGB Variations
Color information
#3F693D (or 0x3F693D) is known color: Green House. HEX triplet: 3F, 69 and 3D. RGB value is (63,105,61). Sum of RGB (Red+Green+Blue) = 63+105+61=229 (30% of max value = 765). Red value is 63 (25% from 255 or 27.51% from 229); Green value is 105 (41.41% from 255 or 45.85% from 229); Blue value is 61 (24.22% from 255 or 26.64% from 229); Max value from RGB is 105 - color contains mainly: green. Hex color #3F693D is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F693D is #C096C2. Grayscale: #575757. Windows color (decimal): -12621507 or 4024639. OLE color: 4024639.
HSL color Cylindrical-coordinate representation of color #3F693D: hue angle of 117.27º degrees, saturation: 0.27, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #3F693D is Cyan = 0.4, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.59.
Color convert
| RGB | 63 | 105 | 61 | - |
| CMYK | 0.4 | 0 | 0.42 | 0.59 |
| HSL | 117.27º | 0.27% | 0.33% | - |
| HSV(B) | 117.27º | 0.42% | 0.41% | - |
| XYZ | 7.94 | 11.5 | 6.22 | - |
| YUV | 87.43 | 113.09 | 110.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 105 | 61 | 0.4 | 0 | 0.42 | 0.59 | 117.27 | 0.27 | 0.33 |
| Hex | 3F | 69 | 3D | 28 | 0 | 2A | 3B | 75 | 1B | 21 |
| Octal | 77 | 151 | 75 | 50 | 0 | 52 | 73 | 165 | 33 | 41 |
| Binary | 111111 | 1101001 | 111101 | 101000 | 0 | 101010 | 111011 | 1110101 | 11011 | 100001 |
Color Harmonies of #3F693D
Complementary color
Monochromatic Colors of #3F693D
Black with #3F693D
Text Example
Text Example
White with #3F693D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F693D; }
p { color: rgb(63,105,61); }
H1.HeaderClassName
{
color: #3F693D;
}
.AnyTagClassName
{
color: #3F693D;
}
</style>
background-color css
<style>
a { background-color: #3F693D; }
a { background-color: rgb(63,105,61); }
div.DivClassName
{
background-color: #3F693D;
}
.BgClassName
{
background-color: #3F693D;
}
</style>
border-color css
<style>
span { border-color: #3F693D; }
span { border-color: rgb(63,105,61); }
td.TdClassName
{
border-color: #3F693D;
}
.TagClassName
{
border-color: #3F693D;
}
</style>