Shades of Genoa #3A6C63
Tints of Genoa #3A6C63
RGB
CMYK
RGB Variations
Color information
#3A6C63 (or 0x3A6C63) is known color: Genoa. HEX triplet: 3A, 6C and 63. RGB value is (58,108,99). Sum of RGB (Red+Green+Blue) = 58+108+99=265 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.89% from 265); Green value is 108 (42.58% from 255 or 40.75% from 265); Blue value is 99 (39.06% from 255 or 37.36% from 265); Max value from RGB is 108 - color contains mainly: green. Hex color #3A6C63 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6C63 is #C5939C. Grayscale: #5C5C5C. Windows color (decimal): -12948381 or 6515770. OLE color: 6515770.
HSL color Cylindrical-coordinate representation of color #3A6C63: hue angle of 169.2º degrees, saturation: 0.3, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #3A6C63 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 108 | 99 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.58 |
| HSL | 169.2º | 0.3% | 0.33% | - |
| HSV(B) | 169.2º | 0.46% | 0.42% | - |
| XYZ | 9.36 | 12.53 | 13.73 | - |
| YUV | 92.02 | 131.94 | 103.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 108 | 99 | 0.46 | 0 | 0.08 | 0.58 | 169.2 | 0.3 | 0.33 |
| Hex | 3A | 6C | 63 | 2E | 0 | 8 | 3A | A9 | 1E | 21 |
| Octal | 72 | 154 | 143 | 56 | 0 | 10 | 72 | 251 | 36 | 41 |
| Binary | 111010 | 1101100 | 1100011 | 101110 | 0 | 1000 | 111010 | 10101001 | 11110 | 100001 |
Color Harmonies of #3A6C63
Complementary color
Monochromatic Colors of #3A6C63
Black with #3A6C63
Text Example
Text Example
White with #3A6C63
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6C63; }
p { color: rgb(58,108,99); }
H1.HeaderClassName
{
color: #3A6C63;
}
.AnyTagClassName
{
color: #3A6C63;
}
</style>
background-color css
<style>
a { background-color: #3A6C63; }
a { background-color: rgb(58,108,99); }
div.DivClassName
{
background-color: #3A6C63;
}
.BgClassName
{
background-color: #3A6C63;
}
</style>
border-color css
<style>
span { border-color: #3A6C63; }
span { border-color: rgb(58,108,99); }
td.TdClassName
{
border-color: #3A6C63;
}
.TagClassName
{
border-color: #3A6C63;
}
</style>