Shades of Genoa #3A827A
Tints of Genoa #3A827A
RGB
CMYK
RGB Variations
Color information
#3A827A (or 0x3A827A) is known color: Genoa. HEX triplet: 3A, 82 and 7A. RGB value is (58,130,122). Sum of RGB (Red+Green+Blue) = 58+130+122=310 (41% of max value = 765). Red value is 58 (23.05% from 255 or 18.71% from 310); Green value is 130 (51.17% from 255 or 41.94% from 310); Blue value is 122 (48.05% from 255 or 39.35% from 310); Max value from RGB is 130 - color contains mainly: green. Hex color #3A827A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #3A827A is #C57D85. Grayscale: #6B6B6B. Windows color (decimal): -12942726 or 8028730. OLE color: 8028730.
HSL color Cylindrical-coordinate representation of color #3A827A: hue angle of 173.33º degrees, saturation: 0.38, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #3A827A is Cyan = 0.55, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.49.
Color convert
| RGB | 58 | 130 | 122 | - |
| CMYK | 0.55 | 0 | 0.06 | 0.49 |
| HSL | 173.33º | 0.38% | 0.37% | - |
| HSV(B) | 173.33º | 0.55% | 0.51% | - |
| XYZ | 13.24 | 18.27 | 21.24 | - |
| YUV | 107.56 | 136.15 | 92.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 58 | 130 | 122 | 0.55 | 0 | 0.06 | 0.49 | 173.33 | 0.38 | 0.37 |
| Hex | 3A | 82 | 7A | 37 | 0 | 6 | 31 | AD | 26 | 25 |
| Octal | 72 | 202 | 172 | 67 | 0 | 6 | 61 | 255 | 46 | 45 |
| Binary | 111010 | 10000010 | 1111010 | 110111 | 0 | 110 | 110001 | 10101101 | 100110 | 100101 |
Color Harmonies of #3A827A
Complementary color
Monochromatic Colors of #3A827A
Black with #3A827A
Text Example
Text Example
White with #3A827A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #3A827A; }
p { color: rgb(58,130,122); }
H1.HeaderClassName
{
color: #3A827A;
}
.AnyTagClassName
{
color: #3A827A;
}
</style>
background-color css
<style>
a { background-color: #3A827A; }
a { background-color: rgb(58,130,122); }
div.DivClassName
{
background-color: #3A827A;
}
.BgClassName
{
background-color: #3A827A;
}
</style>
border-color css
<style>
span { border-color: #3A827A; }
span { border-color: rgb(58,130,122); }
td.TdClassName
{
border-color: #3A827A;
}
.TagClassName
{
border-color: #3A827A;
}
</style>