Shades of Genoa #3A6D6A
Tints of Genoa #3A6D6A
RGB
CMYK
RGB Variations
Color information
#3A6D6A (or 0x3A6D6A) is known color: Genoa. HEX triplet: 3A, 6D and 6A. RGB value is (58,109,106). Sum of RGB (Red+Green+Blue) = 58+109+106=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 109 (42.97% from 255 or 39.93% from 273); Blue value is 106 (41.80% from 255 or 38.83% from 273); Max value from RGB is 109 - color contains mainly: green. Hex color #3A6D6A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6D6A is #C59295. Grayscale: #5D5D5D. Windows color (decimal): -12948118 or 6974778. OLE color: 6974778.
HSL color Cylindrical-coordinate representation of color #3A6D6A: hue angle of 176.47º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3A6D6A is Cyan = 0.47, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 109 | 106 | - |
| CMYK | 0.47 | 0 | 0.03 | 0.57 |
| HSL | 176.47º | 0.31% | 0.33% | - |
| HSV(B) | 176.47º | 0.47% | 0.43% | - |
| XYZ | 9.82 | 12.88 | 15.6 | - |
| YUV | 93.41 | 135.1 | 102.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 109 | 106 | 0.47 | 0 | 0.03 | 0.57 | 176.47 | 0.31 | 0.33 |
| Hex | 3A | 6D | 6A | 2F | 0 | 3 | 39 | B0 | 1F | 21 |
| Octal | 72 | 155 | 152 | 57 | 0 | 3 | 71 | 260 | 37 | 41 |
| Binary | 111010 | 1101101 | 1101010 | 101111 | 0 | 11 | 111001 | 10110000 | 11111 | 100001 |
Color Harmonies of #3A6D6A
Complementary color
Monochromatic Colors of #3A6D6A
Black with #3A6D6A
Text Example
Text Example
White with #3A6D6A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6D6A; }
p { color: rgb(58,109,106); }
H1.HeaderClassName
{
color: #3A6D6A;
}
.AnyTagClassName
{
color: #3A6D6A;
}
</style>
background-color css
<style>
a { background-color: #3A6D6A; }
a { background-color: rgb(58,109,106); }
div.DivClassName
{
background-color: #3A6D6A;
}
.BgClassName
{
background-color: #3A6D6A;
}
</style>
border-color css
<style>
span { border-color: #3A6D6A; }
span { border-color: rgb(58,109,106); }
td.TdClassName
{
border-color: #3A6D6A;
}
.TagClassName
{
border-color: #3A6D6A;
}
</style>