Shades of Amazon #427F5A
Tints of Amazon #427F5A
RGB
CMYK
RGB Variations
Color information
#427F5A (or 0x427F5A) is known color: Amazon. HEX triplet: 42, 7F and 5A. RGB value is (66,127,90). Sum of RGB (Red+Green+Blue) = 66+127+90=283 (37% of max value = 765). Red value is 66 (26.17% from 255 or 23.32% from 283); Green value is 127 (50% from 255 or 44.88% from 283); Blue value is 90 (35.55% from 255 or 31.80% from 283); Max value from RGB is 127 - color contains mainly: green. Hex color #427F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F5A is #BD80A5. Grayscale: #686868. Windows color (decimal): -12419238 or 5930818. OLE color: 5930818.
HSL color Cylindrical-coordinate representation of color #427F5A: hue angle of 143.61º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427F5A is Cyan = 0.48, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 127 | 90 | - |
| CMYK | 0.48 | 0 | 0.29 | 0.50 |
| HSL | 143.61º | 0.32% | 0.38% | - |
| HSV(B) | 143.61º | 0.48% | 0.5% | - |
| XYZ | 11.68 | 17.08 | 12.35 | - |
| YUV | 104.54 | 119.79 | 100.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 90 | 0.48 | 0 | 0.29 | 0.50 | 143.61 | 0.32 | 0.38 |
| Hex | 42 | 7F | 5A | 30 | 0 | 1D | 32 | 90 | 20 | 26 |
| Octal | 102 | 177 | 132 | 60 | 0 | 35 | 62 | 220 | 40 | 46 |
| Binary | 1000010 | 1111111 | 1011010 | 110000 | 0 | 11101 | 110010 | 10010000 | 100000 | 100110 |
Color Harmonies of #427F5A
Complementary color
Monochromatic Colors of #427F5A
Black with #427F5A
Text Example
Text Example
White with #427F5A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427F5A; }
p { color: rgb(66,127,90); }
H1.HeaderClassName
{
color: #427F5A;
}
.AnyTagClassName
{
color: #427F5A;
}
</style>
background-color css
<style>
a { background-color: #427F5A; }
a { background-color: rgb(66,127,90); }
div.DivClassName
{
background-color: #427F5A;
}
.BgClassName
{
background-color: #427F5A;
}
</style>
border-color css
<style>
span { border-color: #427F5A; }
span { border-color: rgb(66,127,90); }
td.TdClassName
{
border-color: #427F5A;
}
.TagClassName
{
border-color: #427F5A;
}
</style>