Shades of Genoa #3A6B63
Tints of Genoa #3A6B63
RGB
CMYK
RGB Variations
Color information
#3A6B63 (or 0x3A6B63) is known color: Genoa. HEX triplet: 3A, 6B and 63. RGB value is (58,107,99). Sum of RGB (Red+Green+Blue) = 58+107+99=264 (34% of max value = 765). Red value is 58 (23.05% from 255 or 21.97% from 264); Green value is 107 (42.19% from 255 or 40.53% from 264); Blue value is 99 (39.06% from 255 or 37.5% from 264); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6B63 is #C5949C. Grayscale: #5B5B5B. Windows color (decimal): -12948637 or 6515514. OLE color: 6515514.
HSL color Cylindrical-coordinate representation of color #3A6B63: hue angle of 170.2º degrees, saturation: 0.3, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A6B63 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 107 | 99 | - |
| CMYK | 0.46 | 0 | 0.07 | 0.58 |
| HSL | 170.2º | 0.3% | 0.32% | - |
| HSV(B) | 170.2º | 0.46% | 0.42% | - |
| XYZ | 9.25 | 12.32 | 13.69 | - |
| YUV | 91.44 | 132.27 | 104.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 107 | 99 | 0.46 | 0 | 0.07 | 0.58 | 170.2 | 0.3 | 0.32 |
| Hex | 3A | 6B | 63 | 2E | 0 | 7 | 3A | AA | 1E | 20 |
| Octal | 72 | 153 | 143 | 56 | 0 | 7 | 72 | 252 | 36 | 40 |
| Binary | 111010 | 1101011 | 1100011 | 101110 | 0 | 111 | 111010 | 10101010 | 11110 | 100000 |
Color Harmonies of #3A6B63
Complementary color
Monochromatic Colors of #3A6B63
Black with #3A6B63
Text Example
Text Example
White with #3A6B63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6B63; }
p { color: rgb(58,107,99); }
H1.HeaderClassName
{
color: #3A6B63;
}
.AnyTagClassName
{
color: #3A6B63;
}
</style>
background-color css
<style>
a { background-color: #3A6B63; }
a { background-color: rgb(58,107,99); }
div.DivClassName
{
background-color: #3A6B63;
}
.BgClassName
{
background-color: #3A6B63;
}
</style>
border-color css
<style>
span { border-color: #3A6B63; }
span { border-color: rgb(58,107,99); }
td.TdClassName
{
border-color: #3A6B63;
}
.TagClassName
{
border-color: #3A6B63;
}
</style>