Shades of Genoa #3B6763
Tints of Genoa #3B6763
RGB
CMYK
RGB Variations
Color information
#3B6763 (or 0x3B6763) is known color: Genoa. HEX triplet: 3B, 67 and 63. RGB value is (59,103,99). Sum of RGB (Red+Green+Blue) = 59+103+99=261 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.61% from 261); Green value is 103 (40.62% from 255 or 39.46% from 261); Blue value is 99 (39.06% from 255 or 37.93% from 261); Max value from RGB is 103 - color contains mainly: green. Hex color #3B6763 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6763 is #C4989C. Grayscale: #595959. Windows color (decimal): -12884125 or 6514491. OLE color: 6514491.
HSL color Cylindrical-coordinate representation of color #3B6763: hue angle of 174.55º degrees, saturation: 0.27, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.4% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #3B6763 is Cyan = 0.43, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.60.
Color convert
| RGB | 59 | 103 | 99 | - |
| CMYK | 0.43 | 0 | 0.04 | 0.60 |
| HSL | 174.55º | 0.27% | 0.32% | - |
| HSV(B) | 174.55º | 0.43% | 0.4% | - |
| XYZ | 8.91 | 11.53 | 13.56 | - |
| YUV | 89.39 | 133.42 | 106.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 103 | 99 | 0.43 | 0 | 0.04 | 0.60 | 174.55 | 0.27 | 0.32 |
| Hex | 3B | 67 | 63 | 2B | 0 | 4 | 3C | AF | 1B | 20 |
| Octal | 73 | 147 | 143 | 53 | 0 | 4 | 74 | 257 | 33 | 40 |
| Binary | 111011 | 1100111 | 1100011 | 101011 | 0 | 100 | 111100 | 10101111 | 11011 | 100000 |
Color Harmonies of #3B6763
Complementary color
Monochromatic Colors of #3B6763
Black with #3B6763
Text Example
Text Example
White with #3B6763
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6763; }
p { color: rgb(59,103,99); }
H1.HeaderClassName
{
color: #3B6763;
}
.AnyTagClassName
{
color: #3B6763;
}
</style>
background-color css
<style>
a { background-color: #3B6763; }
a { background-color: rgb(59,103,99); }
div.DivClassName
{
background-color: #3B6763;
}
.BgClassName
{
background-color: #3B6763;
}
</style>
border-color css
<style>
span { border-color: #3B6763; }
span { border-color: rgb(59,103,99); }
td.TdClassName
{
border-color: #3B6763;
}
.TagClassName
{
border-color: #3B6763;
}
</style>