Shades of Genoa #3A6F69
Tints of Genoa #3A6F69
RGB
CMYK
RGB Variations
Color information
#3A6F69 (or 0x3A6F69) is known color: Genoa. HEX triplet: 3A, 6F and 69. RGB value is (58,111,105). Sum of RGB (Red+Green+Blue) = 58+111+105=274 (36% of max value = 765). Red value is 58 (23.05% from 255 or 21.17% from 274); Green value is 111 (43.75% from 255 or 40.51% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 111 - color contains mainly: green. Hex color #3A6F69 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A6F69 is #C59096. Grayscale: #5E5E5E. Windows color (decimal): -12947607 or 6909754. OLE color: 6909754.
HSL color Cylindrical-coordinate representation of color #3A6F69: hue angle of 173.21º degrees, saturation: 0.31, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #3A6F69 is Cyan = 0.48, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.
Color convert
| RGB | 58 | 111 | 105 | - |
| CMYK | 0.48 | 0 | 0.05 | 0.56 |
| HSL | 173.21º | 0.31% | 0.33% | - |
| HSV(B) | 173.21º | 0.48% | 0.44% | - |
| XYZ | 9.98 | 13.29 | 15.4 | - |
| YUV | 94.47 | 133.94 | 101.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 111 | 105 | 0.48 | 0 | 0.05 | 0.56 | 173.21 | 0.31 | 0.33 |
| Hex | 3A | 6F | 69 | 30 | 0 | 5 | 38 | AD | 1F | 21 |
| Octal | 72 | 157 | 151 | 60 | 0 | 5 | 70 | 255 | 37 | 41 |
| Binary | 111010 | 1101111 | 1101001 | 110000 | 0 | 101 | 111000 | 10101101 | 11111 | 100001 |
Color Harmonies of #3A6F69
Complementary color
Monochromatic Colors of #3A6F69
Black with #3A6F69
Text Example
Text Example
White with #3A6F69
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A6F69; }
p { color: rgb(58,111,105); }
H1.HeaderClassName
{
color: #3A6F69;
}
.AnyTagClassName
{
color: #3A6F69;
}
</style>
background-color css
<style>
a { background-color: #3A6F69; }
a { background-color: rgb(58,111,105); }
div.DivClassName
{
background-color: #3A6F69;
}
.BgClassName
{
background-color: #3A6F69;
}
</style>
border-color css
<style>
span { border-color: #3A6F69; }
span { border-color: rgb(58,111,105); }
td.TdClassName
{
border-color: #3A6F69;
}
.TagClassName
{
border-color: #3A6F69;
}
</style>