Shades of Genoa #3B6C63
Tints of Genoa #3B6C63
RGB
CMYK
RGB Variations
Color information
#3B6C63 (or 0x3B6C63) is known color: Genoa. HEX triplet: 3B, 6C and 63. RGB value is (59,108,99). Sum of RGB (Red+Green+Blue) = 59+108+99=266 (35% of max value = 765). Red value is 59 (23.44% from 255 or 22.18% from 266); Green value is 108 (42.58% from 255 or 40.60% from 266); Blue value is 99 (39.06% from 255 or 37.22% from 266); Max value from RGB is 108 - color contains mainly: green. Hex color #3B6C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B6C63 is #C4939C. Grayscale: #5C5C5C. Windows color (decimal): -12882845 or 6515771. OLE color: 6515771.
HSL color Cylindrical-coordinate representation of color #3B6C63: hue angle of 168.98º 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 #3B6C63 is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 59 | 108 | 99 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.58 |
| HSL | 168.98º | 0.29% | 0.33% | - |
| HSV(B) | 168.98º | 0.45% | 0.42% | - |
| XYZ | 9.42 | 12.56 | 13.73 | - |
| YUV | 92.32 | 131.77 | 104.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 59 | 108 | 99 | 0.45 | 0 | 0.08 | 0.58 | 168.98 | 0.29 | 0.33 |
| Hex | 3B | 6C | 63 | 2D | 0 | 8 | 3A | A9 | 1D | 21 |
| Octal | 73 | 154 | 143 | 55 | 0 | 10 | 72 | 251 | 35 | 41 |
| Binary | 111011 | 1101100 | 1100011 | 101101 | 0 | 1000 | 111010 | 10101001 | 11101 | 100001 |
Color Harmonies of #3B6C63
Complementary color
Monochromatic Colors of #3B6C63
Black with #3B6C63
Text Example
Text Example
White with #3B6C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3B6C63; }
p { color: rgb(59,108,99); }
H1.HeaderClassName
{
color: #3B6C63;
}
.AnyTagClassName
{
color: #3B6C63;
}
</style>
background-color css
<style>
a { background-color: #3B6C63; }
a { background-color: rgb(59,108,99); }
div.DivClassName
{
background-color: #3B6C63;
}
.BgClassName
{
background-color: #3B6C63;
}
</style>
border-color css
<style>
span { border-color: #3B6C63; }
span { border-color: rgb(59,108,99); }
td.TdClassName
{
border-color: #3B6C63;
}
.TagClassName
{
border-color: #3B6C63;
}
</style>