Shades of Genoa #3A6E69
Tints of Genoa #3A6E69
RGB
CMYK
RGB Variations
Color information
#3A6E69 (or 0x3A6E69) is known color: Genoa. HEX triplet: 3A, 6E and 69. RGB value is (58,110,105). Sum of RGB (Red+Green+Blue) = 58+110+105=273 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.25% from 273); Green value is 110 (43.36% from 255 or 40.29% from 273); Blue value is 105 (41.41% from 255 or 38.46% from 273); Max value from RGB is 110 - color contains mainly: green. Hex color #3A6E69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6E69 is #C59196. Grayscale: #5D5D5D. Windows color (decimal): -12947863 or 6909498. OLE color: 6909498.
HSL color Cylindrical-coordinate representation of color #3A6E69: hue angle of 174.23º 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 #3A6E69 is Cyan = 0.47, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.
Color convert
| RGB | 58 | 110 | 105 | - |
| CMYK | 0.47 | 0 | 0.05 | 0.57 |
| HSL | 174.23º | 0.31% | 0.33% | - |
| HSV(B) | 174.23º | 0.47% | 0.43% | - |
| XYZ | 9.87 | 13.07 | 15.37 | - |
| YUV | 93.88 | 134.27 | 102.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 110 | 105 | 0.47 | 0 | 0.05 | 0.57 | 174.23 | 0.31 | 0.33 |
| Hex | 3A | 6E | 69 | 2F | 0 | 5 | 39 | AE | 1F | 21 |
| Octal | 72 | 156 | 151 | 57 | 0 | 5 | 71 | 256 | 37 | 41 |
| Binary | 111010 | 1101110 | 1101001 | 101111 | 0 | 101 | 111001 | 10101110 | 11111 | 100001 |
Color Harmonies of #3A6E69
Complementary color
Monochromatic Colors of #3A6E69
Black with #3A6E69
Text Example
Text Example
White with #3A6E69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6E69; }
p { color: rgb(58,110,105); }
H1.HeaderClassName
{
color: #3A6E69;
}
.AnyTagClassName
{
color: #3A6E69;
}
</style>
background-color css
<style>
a { background-color: #3A6E69; }
a { background-color: rgb(58,110,105); }
div.DivClassName
{
background-color: #3A6E69;
}
.BgClassName
{
background-color: #3A6E69;
}
</style>
border-color css
<style>
span { border-color: #3A6E69; }
span { border-color: rgb(58,110,105); }
td.TdClassName
{
border-color: #3A6E69;
}
.TagClassName
{
border-color: #3A6E69;
}
</style>