Shades of Genoa #3A726D
Tints of Genoa #3A726D
RGB
CMYK
RGB Variations
Color information
#3A726D (or 0x3A726D) is known color: Genoa. HEX triplet: 3A, 72 and 6D. RGB value is (58,114,109). Sum of RGB (Red+Green+Blue) = 58+114+109=281 (37% of max value = 765). Red value is 58 (23.05% from 255 or 20.64% from 281); Green value is 114 (44.92% from 255 or 40.57% from 281); Blue value is 109 (42.97% from 255 or 38.79% from 281); Max value from RGB is 114 - color contains mainly: green. Hex color #3A726D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A726D is #C58D92. Grayscale: #606060. Windows color (decimal): -12946835 or 7172666. OLE color: 7172666.
HSL color Cylindrical-coordinate representation of color #3A726D: hue angle of 174.64º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3A726D is Cyan = 0.49, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 114 | 109 | - |
| CMYK | 0.49 | 0 | 0.04 | 0.55 |
| HSL | 174.64º | 0.33% | 0.34% | - |
| HSV(B) | 174.64º | 0.49% | 0.45% | - |
| XYZ | 10.52 | 14.04 | 16.62 | - |
| YUV | 96.69 | 134.95 | 100.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 114 | 109 | 0.49 | 0 | 0.04 | 0.55 | 174.64 | 0.33 | 0.34 |
| Hex | 3A | 72 | 6D | 31 | 0 | 4 | 37 | AF | 21 | 22 |
| Octal | 72 | 162 | 155 | 61 | 0 | 4 | 67 | 257 | 41 | 42 |
| Binary | 111010 | 1110010 | 1101101 | 110001 | 0 | 100 | 110111 | 10101111 | 100001 | 100010 |
Color Harmonies of #3A726D
Complementary color
Monochromatic Colors of #3A726D
Black with #3A726D
Text Example
Text Example
White with #3A726D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A726D; }
p { color: rgb(58,114,109); }
H1.HeaderClassName
{
color: #3A726D;
}
.AnyTagClassName
{
color: #3A726D;
}
</style>
background-color css
<style>
a { background-color: #3A726D; }
a { background-color: rgb(58,114,109); }
div.DivClassName
{
background-color: #3A726D;
}
.BgClassName
{
background-color: #3A726D;
}
</style>
border-color css
<style>
span { border-color: #3A726D; }
span { border-color: rgb(58,114,109); }
td.TdClassName
{
border-color: #3A726D;
}
.TagClassName
{
border-color: #3A726D;
}
</style>