Shades of Amazon #427A55
Tints of Amazon #427A55
RGB
CMYK
RGB Variations
Color information
#427A55 (or 0x427A55) is known color: Amazon. HEX triplet: 42, 7A and 55. RGB value is (66,122,85). Sum of RGB (Red+Green+Blue) = 66+122+85=273 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.18% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 122 - color contains mainly: green. Hex color #427A55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A55 is #BD85AA. Grayscale: #656565. Windows color (decimal): -12420523 or 5601858. OLE color: 5601858.
HSL color Cylindrical-coordinate representation of color #427A55: hue angle of 140.36º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #427A55 is Cyan = 0.46, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.
Color convert
| RGB | 66 | 122 | 85 | - |
| CMYK | 0.46 | 0 | 0.30 | 0.52 |
| HSL | 140.36º | 0.3% | 0.37% | - |
| HSV(B) | 140.36º | 0.46% | 0.48% | - |
| XYZ | 10.85 | 15.73 | 11.06 | - |
| YUV | 101.04 | 118.95 | 103.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 122 | 85 | 0.46 | 0 | 0.30 | 0.52 | 140.36 | 0.3 | 0.37 |
| Hex | 42 | 7A | 55 | 2E | 0 | 1E | 34 | 8C | 1E | 25 |
| Octal | 102 | 172 | 125 | 56 | 0 | 36 | 64 | 214 | 36 | 45 |
| Binary | 1000010 | 1111010 | 1010101 | 101110 | 0 | 11110 | 110100 | 10001100 | 11110 | 100101 |
Color Harmonies of #427A55
Complementary color
Monochromatic Colors of #427A55
Black with #427A55
Text Example
Text Example
White with #427A55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427A55; }
p { color: rgb(66,122,85); }
H1.HeaderClassName
{
color: #427A55;
}
.AnyTagClassName
{
color: #427A55;
}
</style>
background-color css
<style>
a { background-color: #427A55; }
a { background-color: rgb(66,122,85); }
div.DivClassName
{
background-color: #427A55;
}
.BgClassName
{
background-color: #427A55;
}
</style>
border-color css
<style>
span { border-color: #427A55; }
span { border-color: rgb(66,122,85); }
td.TdClassName
{
border-color: #427A55;
}
.TagClassName
{
border-color: #427A55;
}
</style>