Shades of Genoa #3A6B67
Tints of Genoa #3A6B67
RGB
CMYK
RGB Variations
Color information
#3A6B67 (or 0x3A6B67) is known color: Genoa. HEX triplet: 3A, 6B and 67. RGB value is (58,107,103). Sum of RGB (Red+Green+Blue) = 58+107+103=268 (35% of max value = 765). Red value is 58 (23.05% from 255 or 21.64% from 268); Green value is 107 (42.19% from 255 or 39.93% from 268); Blue value is 103 (40.62% from 255 or 38.43% from 268); Max value from RGB is 107 - color contains mainly: green. Hex color #3A6B67 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6B67 is #C59498. Grayscale: #5B5B5B. Windows color (decimal): -12948633 or 6777658. OLE color: 6777658.
HSL color Cylindrical-coordinate representation of color #3A6B67: hue angle of 175.1º 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 #3A6B67 is Cyan = 0.46, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.58.
Color convert
| RGB | 58 | 107 | 103 | - |
| CMYK | 0.46 | 0 | 0.04 | 0.58 |
| HSL | 175.1º | 0.3% | 0.32% | - |
| HSV(B) | 175.1º | 0.46% | 0.42% | - |
| XYZ | 9.45 | 12.39 | 14.73 | - |
| YUV | 91.89 | 134.27 | 103.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 107 | 103 | 0.46 | 0 | 0.04 | 0.58 | 175.1 | 0.3 | 0.32 |
| Hex | 3A | 6B | 67 | 2E | 0 | 4 | 3A | AF | 1E | 20 |
| Octal | 72 | 153 | 147 | 56 | 0 | 4 | 72 | 257 | 36 | 40 |
| Binary | 111010 | 1101011 | 1100111 | 101110 | 0 | 100 | 111010 | 10101111 | 11110 | 100000 |
Color Harmonies of #3A6B67
Complementary color
Monochromatic Colors of #3A6B67
Black with #3A6B67
Text Example
Text Example
White with #3A6B67
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6B67; }
p { color: rgb(58,107,103); }
H1.HeaderClassName
{
color: #3A6B67;
}
.AnyTagClassName
{
color: #3A6B67;
}
</style>
background-color css
<style>
a { background-color: #3A6B67; }
a { background-color: rgb(58,107,103); }
div.DivClassName
{
background-color: #3A6B67;
}
.BgClassName
{
background-color: #3A6B67;
}
</style>
border-color css
<style>
span { border-color: #3A6B67; }
span { border-color: rgb(58,107,103); }
td.TdClassName
{
border-color: #3A6B67;
}
.TagClassName
{
border-color: #3A6B67;
}
</style>