Shades of Green House #3F583A
Tints of Green House #3F583A
RGB
CMYK
RGB Variations
Color information
#3F583A (or 0x3F583A) is known color: Green House. HEX triplet: 3F, 58 and 3A. RGB value is (63,88,58). Sum of RGB (Red+Green+Blue) = 63+88+58=209 (27% of max value = 765). Red value is 63 (25% from 255 or 30.14% from 209); Green value is 88 (34.77% from 255 or 42.11% from 209); Blue value is 58 (23.05% from 255 or 27.75% from 209); Max value from RGB is 88 - color contains mainly: green. Hex color #3F583A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3F583A is #C0A7C5. Grayscale: #4D4D4D. Windows color (decimal): -12625862 or 3823679. OLE color: 3823679.
HSL color Cylindrical-coordinate representation of color #3F583A: hue angle of 110º degrees, saturation: 0.21, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.34%. Process color model (Four color, CMYK) of #3F583A is Cyan = 0.28, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.65.
Color convert
| RGB | 63 | 88 | 58 | - |
| CMYK | 0.28 | 0 | 0.34 | 0.65 |
| HSL | 110º | 0.21% | 0.29% | - |
| HSV(B) | 110º | 0.34% | 0.35% | - |
| XYZ | 6.3 | 8.34 | 5.28 | - |
| YUV | 77.11 | 117.22 | 117.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 63 | 88 | 58 | 0.28 | 0 | 0.34 | 0.65 | 110 | 0.21 | 0.29 |
| Hex | 3F | 58 | 3A | 1C | 0 | 22 | 41 | 6E | 15 | 1D |
| Octal | 77 | 130 | 72 | 34 | 0 | 42 | 101 | 156 | 25 | 35 |
| Binary | 111111 | 1011000 | 111010 | 11100 | 0 | 100010 | 1000001 | 1101110 | 10101 | 11101 |
Color Harmonies of #3F583A
Complementary color
Monochromatic Colors of #3F583A
Black with #3F583A
Text Example
Text Example
White with #3F583A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3F583A; }
p { color: rgb(63,88,58); }
H1.HeaderClassName
{
color: #3F583A;
}
.AnyTagClassName
{
color: #3F583A;
}
</style>
background-color css
<style>
a { background-color: #3F583A; }
a { background-color: rgb(63,88,58); }
div.DivClassName
{
background-color: #3F583A;
}
.BgClassName
{
background-color: #3F583A;
}
</style>
border-color css
<style>
span { border-color: #3F583A; }
span { border-color: rgb(63,88,58); }
td.TdClassName
{
border-color: #3F583A;
}
.TagClassName
{
border-color: #3F583A;
}
</style>