Shades of Green House #3F5339
Tints of Green House #3F5339
RGB
CMYK
RGB Variations
Color information
#3F5339 (or 0x3F5339) is known color: Green House. HEX triplet: 3F, 53 and 39. RGB value is (63,83,57). Sum of RGB (Red+Green+Blue) = 63+83+57=203 (26% of max value = 765). Red value is 63 (25% from 255 or 31.03% from 203); Green value is 83 (32.81% from 255 or 40.89% from 203); Blue value is 57 (22.66% from 255 or 28.08% from 203); Max value from RGB is 83 - color contains mainly: green. Hex color #3F5339 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F5339 is #C0ACC6. Grayscale: #4A4A4A. Windows color (decimal): -12627143 or 3756863. OLE color: 3756863.
HSL color Cylindrical-coordinate representation of color #3F5339: hue angle of 106.15º degrees, saturation: 0.19, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.31%. Process color model (Four color, CMYK) of #3F5339 is Cyan = 0.24, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.67.
Color convert
| RGB | 63 | 83 | 57 | - |
| CMYK | 0.24 | 0 | 0.31 | 0.67 |
| HSL | 106.15º | 0.19% | 0.27% | - |
| HSV(B) | 106.15º | 0.31% | 0.33% | - |
| XYZ | 5.88 | 7.54 | 5.02 | - |
| YUV | 74.06 | 118.37 | 120.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 83 | 57 | 0.24 | 0 | 0.31 | 0.67 | 106.15 | 0.19 | 0.27 |
| Hex | 3F | 53 | 39 | 18 | 0 | 1F | 43 | 6A | 13 | 1B |
| Octal | 77 | 123 | 71 | 30 | 0 | 37 | 103 | 152 | 23 | 33 |
| Binary | 111111 | 1010011 | 111001 | 11000 | 0 | 11111 | 1000011 | 1101010 | 10011 | 11011 |
Color Harmonies of #3F5339
Complementary color
Monochromatic Colors of #3F5339
Black with #3F5339
Text Example
Text Example
White with #3F5339
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F5339; }
p { color: rgb(63,83,57); }
H1.HeaderClassName
{
color: #3F5339;
}
.AnyTagClassName
{
color: #3F5339;
}
</style>
background-color css
<style>
a { background-color: #3F5339; }
a { background-color: rgb(63,83,57); }
div.DivClassName
{
background-color: #3F5339;
}
.BgClassName
{
background-color: #3F5339;
}
</style>
border-color css
<style>
span { border-color: #3F5339; }
span { border-color: rgb(63,83,57); }
td.TdClassName
{
border-color: #3F5339;
}
.TagClassName
{
border-color: #3F5339;
}
</style>