Shades of Amazon #427F55
Tints of Amazon #427F55
RGB
CMYK
RGB Variations
Color information
#427F55 (or 0x427F55) is known color: Amazon. HEX triplet: 42, 7F and 55. RGB value is (66,127,85). Sum of RGB (Red+Green+Blue) = 66+127+85=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 127 (50% from 255 or 45.68% from 278); Blue value is 85 (33.59% from 255 or 30.58% from 278); Max value from RGB is 127 - color contains mainly: green. Hex color #427F55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F55 is #BD80AA. Grayscale: #686868. Windows color (decimal): -12419243 or 5603138. OLE color: 5603138.
HSL color Cylindrical-coordinate representation of color #427F55: hue angle of 138.69º 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 #427F55 is Cyan = 0.48, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.50.
Color convert
| RGB | 66 | 127 | 85 | - |
| CMYK | 0.48 | 0 | 0.33 | 0.50 |
| HSL | 138.69º | 0.32% | 0.38% | - |
| HSV(B) | 138.69º | 0.48% | 0.5% | - |
| XYZ | 11.48 | 16.99 | 11.27 | - |
| YUV | 103.97 | 117.29 | 100.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 127 | 85 | 0.48 | 0 | 0.33 | 0.50 | 138.69 | 0.32 | 0.38 |
| Hex | 42 | 7F | 55 | 30 | 0 | 21 | 32 | 8B | 20 | 26 |
| Octal | 102 | 177 | 125 | 60 | 0 | 41 | 62 | 213 | 40 | 46 |
| Binary | 1000010 | 1111111 | 1010101 | 110000 | 0 | 100001 | 110010 | 10001011 | 100000 | 100110 |
Color Harmonies of #427F55
Complementary color
Monochromatic Colors of #427F55
Black with #427F55
Text Example
Text Example
White with #427F55
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427F55; }
p { color: rgb(66,127,85); }
H1.HeaderClassName
{
color: #427F55;
}
.AnyTagClassName
{
color: #427F55;
}
</style>
background-color css
<style>
a { background-color: #427F55; }
a { background-color: rgb(66,127,85); }
div.DivClassName
{
background-color: #427F55;
}
.BgClassName
{
background-color: #427F55;
}
</style>
border-color css
<style>
span { border-color: #427F55; }
span { border-color: rgb(66,127,85); }
td.TdClassName
{
border-color: #427F55;
}
.TagClassName
{
border-color: #427F55;
}
</style>