Shades of Genoa #3B8179
Tints of Genoa #3B8179
RGB
CMYK
RGB Variations
Color information
#3B8179 (or 0x3B8179) is known color: Genoa. HEX triplet: 3B, 81 and 79. RGB value is (59,129,121). Sum of RGB (Red+Green+Blue) = 59+129+121=309 (40% of max value = 765). Red value is 59 (23.44% from 255 or 19.09% from 309); Green value is 129 (50.78% from 255 or 41.75% from 309); Blue value is 121 (47.66% from 255 or 39.16% from 309); Max value from RGB is 129 - color contains mainly: green. Hex color #3B8179 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3B8179 is #C47E86. Grayscale: #6B6B6B. Windows color (decimal): -12877447 or 7962939. OLE color: 7962939.
HSL color Cylindrical-coordinate representation of color #3B8179: hue angle of 173.14º degrees, saturation: 0.37, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #3B8179 is Cyan = 0.54, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 59 | 129 | 121 | - |
| CMYK | 0.54 | 0 | 0.06 | 0.49 |
| HSL | 173.14º | 0.37% | 0.37% | - |
| HSV(B) | 173.14º | 0.54% | 0.51% | - |
| XYZ | 13.11 | 18.01 | 20.87 | - |
| YUV | 107.16 | 135.81 | 93.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 129 | 121 | 0.54 | 0 | 0.06 | 0.49 | 173.14 | 0.37 | 0.37 |
| Hex | 3B | 81 | 79 | 36 | 0 | 6 | 31 | AD | 25 | 25 |
| Octal | 73 | 201 | 171 | 66 | 0 | 6 | 61 | 255 | 45 | 45 |
| Binary | 111011 | 10000001 | 1111001 | 110110 | 0 | 110 | 110001 | 10101101 | 100101 | 100101 |
Color Harmonies of #3B8179
Complementary color
Monochromatic Colors of #3B8179
Black with #3B8179
Text Example
Text Example
White with #3B8179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B8179; }
p { color: rgb(59,129,121); }
H1.HeaderClassName
{
color: #3B8179;
}
.AnyTagClassName
{
color: #3B8179;
}
</style>
background-color css
<style>
a { background-color: #3B8179; }
a { background-color: rgb(59,129,121); }
div.DivClassName
{
background-color: #3B8179;
}
.BgClassName
{
background-color: #3B8179;
}
</style>
border-color css
<style>
span { border-color: #3B8179; }
span { border-color: rgb(59,129,121); }
td.TdClassName
{
border-color: #3B8179;
}
.TagClassName
{
border-color: #3B8179;
}
</style>