Shades of Amazon #407A58
Tints of Amazon #407A58
RGB
CMYK
RGB Variations
Color information
#407A58 (or 0x407A58) is known color: Amazon. HEX triplet: 40, 7A and 58. RGB value is (64,122,88). Sum of RGB (Red+Green+Blue) = 64+122+88=274 (36% of max value = 765). Red value is 64 (25.39% from 255 or 23.36% from 274); Green value is 122 (48.05% from 255 or 44.53% from 274); Blue value is 88 (34.77% from 255 or 32.12% from 274); Max value from RGB is 122 - color contains mainly: green. Hex color #407A58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #407A58 is #BF85A7. Grayscale: #646464. Windows color (decimal): -12551592 or 5798464. OLE color: 5798464.
HSL color Cylindrical-coordinate representation of color #407A58: hue angle of 144.83º degrees, saturation: 0.31, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #407A58 is Cyan = 0.48, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 64 | 122 | 88 | - |
| CMYK | 0.48 | 0 | 0.28 | 0.52 |
| HSL | 144.83º | 0.31% | 0.36% | - |
| HSV(B) | 144.83º | 0.48% | 0.48% | - |
| XYZ | 10.84 | 15.71 | 11.69 | - |
| YUV | 100.78 | 120.78 | 101.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 64 | 122 | 88 | 0.48 | 0 | 0.28 | 0.52 | 144.83 | 0.31 | 0.36 |
| Hex | 40 | 7A | 58 | 30 | 0 | 1C | 34 | 91 | 1F | 24 |
| Octal | 100 | 172 | 130 | 60 | 0 | 34 | 64 | 221 | 37 | 44 |
| Binary | 1000000 | 1111010 | 1011000 | 110000 | 0 | 11100 | 110100 | 10010001 | 11111 | 100100 |
Color Harmonies of #407A58
Complementary color
Monochromatic Colors of #407A58
Black with #407A58
Text Example
Text Example
White with #407A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #407A58; }
p { color: rgb(64,122,88); }
H1.HeaderClassName
{
color: #407A58;
}
.AnyTagClassName
{
color: #407A58;
}
</style>
background-color css
<style>
a { background-color: #407A58; }
a { background-color: rgb(64,122,88); }
div.DivClassName
{
background-color: #407A58;
}
.BgClassName
{
background-color: #407A58;
}
</style>
border-color css
<style>
span { border-color: #407A58; }
span { border-color: rgb(64,122,88); }
td.TdClassName
{
border-color: #407A58;
}
.TagClassName
{
border-color: #407A58;
}
</style>