Shades of Genoa #3B6B62
Tints of Genoa #3B6B62
RGB
CMYK
RGB Variations
Color information
#3B6B62 (or 0x3B6B62) is known color: Genoa. HEX triplet: 3B, 6B and 62. RGB value is (59,107,98). Sum of RGB (Red+Green+Blue) = 59+107+98=264 (34% of max value = 765). Red value is 59 (23.44% from 255 or 22.35% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 107 - color contains mainly: green. Hex color #3B6B62 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6B62 is #C4949D. Grayscale: #5B5B5B. Windows color (decimal): -12883102 or 6449979. OLE color: 6449979.
HSL color Cylindrical-coordinate representation of color #3B6B62: hue angle of 168.75º degrees, saturation: 0.29, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #3B6B62 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 107 | 98 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.58 |
| HSL | 168.75º | 0.29% | 0.33% | - |
| HSV(B) | 168.75º | 0.45% | 0.42% | - |
| XYZ | 9.27 | 12.33 | 13.45 | - |
| YUV | 91.62 | 131.6 | 104.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 107 | 98 | 0.45 | 0 | 0.08 | 0.58 | 168.75 | 0.29 | 0.33 |
| Hex | 3B | 6B | 62 | 2D | 0 | 8 | 3A | A9 | 1D | 21 |
| Octal | 73 | 153 | 142 | 55 | 0 | 10 | 72 | 251 | 35 | 41 |
| Binary | 111011 | 1101011 | 1100010 | 101101 | 0 | 1000 | 111010 | 10101001 | 11101 | 100001 |
Color Harmonies of #3B6B62
Complementary color
Monochromatic Colors of #3B6B62
Black with #3B6B62
Text Example
Text Example
White with #3B6B62
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6B62; }
p { color: rgb(59,107,98); }
H1.HeaderClassName
{
color: #3B6B62;
}
.AnyTagClassName
{
color: #3B6B62;
}
</style>
background-color css
<style>
a { background-color: #3B6B62; }
a { background-color: rgb(59,107,98); }
div.DivClassName
{
background-color: #3B6B62;
}
.BgClassName
{
background-color: #3B6B62;
}
</style>
border-color css
<style>
span { border-color: #3B6B62; }
span { border-color: rgb(59,107,98); }
td.TdClassName
{
border-color: #3B6B62;
}
.TagClassName
{
border-color: #3B6B62;
}
</style>