Shades of Green House #3F673A
Tints of Green House #3F673A
RGB
CMYK
RGB Variations
Color information
#3F673A (or 0x3F673A) is known color: Green House. HEX triplet: 3F, 67 and 3A. RGB value is (63,103,58). Sum of RGB (Red+Green+Blue) = 63+103+58=224 (29% of max value = 765). Red value is 63 (25% from 255 or 28.12% from 224); Green value is 103 (40.62% from 255 or 45.98% from 224); Blue value is 58 (23.05% from 255 or 25.89% from 224); Max value from RGB is 103 - color contains mainly: green. Hex color #3F673A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F673A is #C098C5. Grayscale: #565656. Windows color (decimal): -12622022 or 3827519. OLE color: 3827519.
HSL color Cylindrical-coordinate representation of color #3F673A: hue angle of 113.33º degrees, saturation: 0.28, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #3F673A is Cyan = 0.39, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 103 | 58 | - |
| CMYK | 0.39 | 0 | 0.44 | 0.60 |
| HSL | 113.33º | 0.28% | 0.32% | - |
| HSV(B) | 113.33º | 0.44% | 0.4% | - |
| XYZ | 7.66 | 11.06 | 5.73 | - |
| YUV | 85.91 | 112.25 | 111.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 103 | 58 | 0.39 | 0 | 0.44 | 0.60 | 113.33 | 0.28 | 0.32 |
| Hex | 3F | 67 | 3A | 27 | 0 | 2C | 3C | 71 | 1C | 20 |
| Octal | 77 | 147 | 72 | 47 | 0 | 54 | 74 | 161 | 34 | 40 |
| Binary | 111111 | 1100111 | 111010 | 100111 | 0 | 101100 | 111100 | 1110001 | 11100 | 100000 |
Color Harmonies of #3F673A
Complementary color
Monochromatic Colors of #3F673A
Black with #3F673A
Text Example
Text Example
White with #3F673A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F673A; }
p { color: rgb(63,103,58); }
H1.HeaderClassName
{
color: #3F673A;
}
.AnyTagClassName
{
color: #3F673A;
}
</style>
background-color css
<style>
a { background-color: #3F673A; }
a { background-color: rgb(63,103,58); }
div.DivClassName
{
background-color: #3F673A;
}
.BgClassName
{
background-color: #3F673A;
}
</style>
border-color css
<style>
span { border-color: #3F673A; }
span { border-color: rgb(63,103,58); }
td.TdClassName
{
border-color: #3F673A;
}
.TagClassName
{
border-color: #3F673A;
}
</style>