Shades of Genoa #3A8479
Tints of Genoa #3A8479
RGB
CMYK
RGB Variations
Color information
#3A8479 (or 0x3A8479) is known color: Genoa. HEX triplet: 3A, 84 and 79. RGB value is (58,132,121). Sum of RGB (Red+Green+Blue) = 58+132+121=311 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.65% from 311); Green value is 132 (51.95% from 255 or 42.44% from 311); Blue value is 121 (47.66% from 255 or 38.91% from 311); Max value from RGB is 132 - color contains mainly: green. Hex color #3A8479 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A8479 is #C57B86. Grayscale: #6C6C6C. Windows color (decimal): -12942215 or 7963706. OLE color: 7963706.
HSL color Cylindrical-coordinate representation of color #3A8479: hue angle of 171.08º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #3A8479 is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.48.
Color convert
| RGB | 58 | 132 | 121 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.48 |
| HSL | 171.08º | 0.39% | 0.37% | - |
| HSV(B) | 171.08º | 0.56% | 0.52% | - |
| XYZ | 13.45 | 18.78 | 21.01 | - |
| YUV | 108.62 | 134.98 | 91.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 132 | 121 | 0.56 | 0 | 0.08 | 0.48 | 171.08 | 0.39 | 0.37 |
| Hex | 3A | 84 | 79 | 38 | 0 | 8 | 30 | AB | 27 | 25 |
| Octal | 72 | 204 | 171 | 70 | 0 | 10 | 60 | 253 | 47 | 45 |
| Binary | 111010 | 10000100 | 1111001 | 111000 | 0 | 1000 | 110000 | 10101011 | 100111 | 100101 |
Color Harmonies of #3A8479
Complementary color
Monochromatic Colors of #3A8479
Black with #3A8479
Text Example
Text Example
White with #3A8479
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A8479; }
p { color: rgb(58,132,121); }
H1.HeaderClassName
{
color: #3A8479;
}
.AnyTagClassName
{
color: #3A8479;
}
</style>
background-color css
<style>
a { background-color: #3A8479; }
a { background-color: rgb(58,132,121); }
div.DivClassName
{
background-color: #3A8479;
}
.BgClassName
{
background-color: #3A8479;
}
</style>
border-color css
<style>
span { border-color: #3A8479; }
span { border-color: rgb(58,132,121); }
td.TdClassName
{
border-color: #3A8479;
}
.TagClassName
{
border-color: #3A8479;
}
</style>