Shades of Genoa #3B716C
Tints of Genoa #3B716C
RGB
CMYK
RGB Variations
Color information
#3B716C (or 0x3B716C) is known color: Genoa. HEX triplet: 3B, 71 and 6C. RGB value is (59,113,108). Sum of RGB (Red+Green+Blue) = 59+113+108=280 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.07% from 280); Green value is 113 (44.53% from 255 or 40.36% from 280); Blue value is 108 (42.58% from 255 or 38.57% from 280); Max value from RGB is 113 - color contains mainly: green. Hex color #3B716C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B716C is #C48E93. Grayscale: #606060. Windows color (decimal): -12881556 or 7106875. OLE color: 7106875.
HSL color Cylindrical-coordinate representation of color #3B716C: hue angle of 174.44º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B716C is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 113 | 108 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.56 |
| HSL | 174.44º | 0.31% | 0.34% | - |
| HSV(B) | 174.44º | 0.48% | 0.44% | - |
| XYZ | 10.42 | 13.82 | 16.31 | - |
| YUV | 96.28 | 134.61 | 101.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 113 | 108 | 0.48 | 0 | 0.04 | 0.56 | 174.44 | 0.31 | 0.34 |
| Hex | 3B | 71 | 6C | 30 | 0 | 4 | 38 | AE | 1F | 22 |
| Octal | 73 | 161 | 154 | 60 | 0 | 4 | 70 | 256 | 37 | 42 |
| Binary | 111011 | 1110001 | 1101100 | 110000 | 0 | 100 | 111000 | 10101110 | 11111 | 100010 |
Color Harmonies of #3B716C
Complementary color
Monochromatic Colors of #3B716C
Black with #3B716C
Text Example
Text Example
White with #3B716C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B716C; }
p { color: rgb(59,113,108); }
H1.HeaderClassName
{
color: #3B716C;
}
.AnyTagClassName
{
color: #3B716C;
}
</style>
background-color css
<style>
a { background-color: #3B716C; }
a { background-color: rgb(59,113,108); }
div.DivClassName
{
background-color: #3B716C;
}
.BgClassName
{
background-color: #3B716C;
}
</style>
border-color css
<style>
span { border-color: #3B716C; }
span { border-color: rgb(59,113,108); }
td.TdClassName
{
border-color: #3B716C;
}
.TagClassName
{
border-color: #3B716C;
}
</style>