Shades of Genoa #3A726A
Tints of Genoa #3A726A
RGB
CMYK
RGB Variations
Color information
#3A726A (or 0x3A726A) is known color: Genoa. HEX triplet: 3A, 72 and 6A. RGB value is (58,114,106). Sum of RGB (Red+Green+Blue) = 58+114+106=278 (36% of max value = 765). Red value is 58 (23.05% from 255 or 20.86% from 278); Green value is 114 (44.92% from 255 or 41.01% from 278); Blue value is 106 (41.80% from 255 or 38.13% from 278); Max value from RGB is 114 - color contains mainly: green. Hex color #3A726A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3A726A is #C58D95. Grayscale: #606060. Windows color (decimal): -12946838 or 6976058. OLE color: 6976058.
HSL color Cylindrical-coordinate representation of color #3A726A: hue angle of 171.43º 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 #3A726A is Cyan = 0.49, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.
Color convert
| RGB | 58 | 114 | 106 | - |
| CMYK | 0.49 | 0 | 0.07 | 0.55 |
| HSL | 171.43º | 0.33% | 0.34% | - |
| HSV(B) | 171.43º | 0.49% | 0.45% | - |
| XYZ | 10.36 | 13.97 | 15.79 | - |
| YUV | 96.34 | 133.45 | 100.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 114 | 106 | 0.49 | 0 | 0.07 | 0.55 | 171.43 | 0.33 | 0.34 |
| Hex | 3A | 72 | 6A | 31 | 0 | 7 | 37 | AB | 21 | 22 |
| Octal | 72 | 162 | 152 | 61 | 0 | 7 | 67 | 253 | 41 | 42 |
| Binary | 111010 | 1110010 | 1101010 | 110001 | 0 | 111 | 110111 | 10101011 | 100001 | 100010 |
Color Harmonies of #3A726A
Complementary color
Monochromatic Colors of #3A726A
Black with #3A726A
Text Example
Text Example
White with #3A726A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A726A; }
p { color: rgb(58,114,106); }
H1.HeaderClassName
{
color: #3A726A;
}
.AnyTagClassName
{
color: #3A726A;
}
</style>
background-color css
<style>
a { background-color: #3A726A; }
a { background-color: rgb(58,114,106); }
div.DivClassName
{
background-color: #3A726A;
}
.BgClassName
{
background-color: #3A726A;
}
</style>
border-color css
<style>
span { border-color: #3A726A; }
span { border-color: rgb(58,114,106); }
td.TdClassName
{
border-color: #3A726A;
}
.TagClassName
{
border-color: #3A726A;
}
</style>