Shades of Green House #3F6538
Tints of Green House #3F6538
RGB
CMYK
RGB Variations
Color information
#3F6538 (or 0x3F6538) is known color: Green House. HEX triplet: 3F, 65 and 38. RGB value is (63,101,56). Sum of RGB (Red+Green+Blue) = 63+101+56=220 (29% of max value = 765). Red value is 63 (25% from 255 or 28.64% from 220); Green value is 101 (39.84% from 255 or 45.91% from 220); Blue value is 56 (22.27% from 255 or 25.45% from 220); Max value from RGB is 101 - color contains mainly: green. Hex color #3F6538 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F6538 is #C09AC7. Grayscale: #545454. Windows color (decimal): -12622536 or 3695935. OLE color: 3695935.
HSL color Cylindrical-coordinate representation of color #3F6538: hue angle of 110.67º degrees, saturation: 0.29, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3F6538 is Cyan = 0.38, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 63 | 101 | 56 | - |
| CMYK | 0.38 | 0 | 0.45 | 0.60 |
| HSL | 110.67º | 0.29% | 0.31% | - |
| HSV(B) | 110.67º | 0.45% | 0.4% | - |
| XYZ | 7.42 | 10.65 | 5.41 | - |
| YUV | 84.51 | 111.91 | 112.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 101 | 56 | 0.38 | 0 | 0.45 | 0.60 | 110.67 | 0.29 | 0.31 |
| Hex | 3F | 65 | 38 | 26 | 0 | 2D | 3C | 6F | 1D | 1F |
| Octal | 77 | 145 | 70 | 46 | 0 | 55 | 74 | 157 | 35 | 37 |
| Binary | 111111 | 1100101 | 111000 | 100110 | 0 | 101101 | 111100 | 1101111 | 11101 | 11111 |
Color Harmonies of #3F6538
Complementary color
Monochromatic Colors of #3F6538
Black with #3F6538
Text Example
Text Example
White with #3F6538
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F6538; }
p { color: rgb(63,101,56); }
H1.HeaderClassName
{
color: #3F6538;
}
.AnyTagClassName
{
color: #3F6538;
}
</style>
background-color css
<style>
a { background-color: #3F6538; }
a { background-color: rgb(63,101,56); }
div.DivClassName
{
background-color: #3F6538;
}
.BgClassName
{
background-color: #3F6538;
}
</style>
border-color css
<style>
span { border-color: #3F6538; }
span { border-color: rgb(63,101,56); }
td.TdClassName
{
border-color: #3F6538;
}
.TagClassName
{
border-color: #3F6538;
}
</style>