Shades of Genoa #3B726C
Tints of Genoa #3B726C
RGB
CMYK
RGB Variations
Color information
#3B726C (or 0x3B726C) is known color: Genoa. HEX triplet: 3B, 72 and 6C. RGB value is (59,114,108). Sum of RGB (Red+Green+Blue) = 59+114+108=281 (37% of max value = 765). Red value is 59 (23.44% from 255 or 21.00% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 108 (42.58% from 255 or 38.43% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #3B726C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B726C is #C48D93. Grayscale: #606060. Windows color (decimal): -12881300 or 7107131. OLE color: 7107131.
HSL color Cylindrical-coordinate representation of color #3B726C: hue angle of 173.45º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3B726C is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 59 | 114 | 108 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.55 |
| HSL | 173.45º | 0.32% | 0.34% | - |
| HSV(B) | 173.45º | 0.48% | 0.45% | - |
| XYZ | 10.53 | 14.05 | 16.34 | - |
| YUV | 96.87 | 134.28 | 100.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 114 | 108 | 0.48 | 0 | 0.05 | 0.55 | 173.45 | 0.32 | 0.34 |
| Hex | 3B | 72 | 6C | 30 | 0 | 5 | 37 | AD | 20 | 22 |
| Octal | 73 | 162 | 154 | 60 | 0 | 5 | 67 | 255 | 40 | 42 |
| Binary | 111011 | 1110010 | 1101100 | 110000 | 0 | 101 | 110111 | 10101101 | 100000 | 100010 |
Color Harmonies of #3B726C
Complementary color
Monochromatic Colors of #3B726C
Black with #3B726C
Text Example
Text Example
White with #3B726C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B726C; }
p { color: rgb(59,114,108); }
H1.HeaderClassName
{
color: #3B726C;
}
.AnyTagClassName
{
color: #3B726C;
}
</style>
background-color css
<style>
a { background-color: #3B726C; }
a { background-color: rgb(59,114,108); }
div.DivClassName
{
background-color: #3B726C;
}
.BgClassName
{
background-color: #3B726C;
}
</style>
border-color css
<style>
span { border-color: #3B726C; }
span { border-color: rgb(59,114,108); }
td.TdClassName
{
border-color: #3B726C;
}
.TagClassName
{
border-color: #3B726C;
}
</style>