Shades of Genoa #3B716A
Tints of Genoa #3B716A
RGB
CMYK
RGB Variations
Color information
#3B716A (or 0x3B716A) is known color: Genoa. HEX triplet: 3B, 71 and 6A. RGB value is (59,113,106). Sum of RGB (Red+Green+Blue) = 59+113+106=278 (36% of max value = 765). Red value is 59 (23.44% from 255 or 21.22% from 278); Green value is 113 (44.53% from 255 or 40.65% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 113 - color contains mainly: green. Hex color #3B716A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B716A is #C48E95. Grayscale: #606060. Windows color (decimal): -12881558 or 6975803. OLE color: 6975803.
HSL color Cylindrical-coordinate representation of color #3B716A: hue angle of 172.22º 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 #3B716A is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 59 | 113 | 106 | - |
| CMYK | 0.48 | 0 | 0.06 | 0.56 |
| HSL | 172.22º | 0.31% | 0.34% | - |
| HSV(B) | 172.22º | 0.48% | 0.44% | - |
| XYZ | 10.31 | 13.78 | 15.75 | - |
| YUV | 96.06 | 133.61 | 101.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 113 | 106 | 0.48 | 0 | 0.06 | 0.56 | 172.22 | 0.31 | 0.34 |
| Hex | 3B | 71 | 6A | 30 | 0 | 6 | 38 | AC | 1F | 22 |
| Octal | 73 | 161 | 152 | 60 | 0 | 6 | 70 | 254 | 37 | 42 |
| Binary | 111011 | 1110001 | 1101010 | 110000 | 0 | 110 | 111000 | 10101100 | 11111 | 100010 |
Color Harmonies of #3B716A
Complementary color
Monochromatic Colors of #3B716A
Black with #3B716A
Text Example
Text Example
White with #3B716A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B716A; }
p { color: rgb(59,113,106); }
H1.HeaderClassName
{
color: #3B716A;
}
.AnyTagClassName
{
color: #3B716A;
}
</style>
background-color css
<style>
a { background-color: #3B716A; }
a { background-color: rgb(59,113,106); }
div.DivClassName
{
background-color: #3B716A;
}
.BgClassName
{
background-color: #3B716A;
}
</style>
border-color css
<style>
span { border-color: #3B716A; }
span { border-color: rgb(59,113,106); }
td.TdClassName
{
border-color: #3B716A;
}
.TagClassName
{
border-color: #3B716A;
}
</style>