Shades of Amazon #427C54
Tints of Amazon #427C54
RGB
CMYK
RGB Variations
Color information
#427C54 (or 0x427C54) is known color: Amazon. HEX triplet: 42, 7C and 54. RGB value is (66,124,84). Sum of RGB (Red+Green+Blue) = 66+124+84=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 124 (48.83% from 255 or 45.26% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 124 - color contains mainly: green. Hex color #427C54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C54 is #BD83AB. Grayscale: #666666. Windows color (decimal): -12420012 or 5536834. OLE color: 5536834.
HSL color Cylindrical-coordinate representation of color #427C54: hue angle of 138.62º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #427C54 is Cyan = 0.47, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.
Color convert
| RGB | 66 | 124 | 84 | - |
| CMYK | 0.47 | 0 | 0.32 | 0.51 |
| HSL | 138.62º | 0.31% | 0.37% | - |
| HSV(B) | 138.62º | 0.47% | 0.49% | - |
| XYZ | 11.05 | 16.21 | 10.93 | - |
| YUV | 102.1 | 117.78 | 102.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 66 | 124 | 84 | 0.47 | 0 | 0.32 | 0.51 | 138.62 | 0.31 | 0.37 |
| Hex | 42 | 7C | 54 | 2F | 0 | 20 | 33 | 8B | 1F | 25 |
| Octal | 102 | 174 | 124 | 57 | 0 | 40 | 63 | 213 | 37 | 45 |
| Binary | 1000010 | 1111100 | 1010100 | 101111 | 0 | 100000 | 110011 | 10001011 | 11111 | 100101 |
Color Harmonies of #427C54
Complementary color
Monochromatic Colors of #427C54
Black with #427C54
Text Example
Text Example
White with #427C54
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #427C54; }
p { color: rgb(66,124,84); }
H1.HeaderClassName
{
color: #427C54;
}
.AnyTagClassName
{
color: #427C54;
}
</style>
background-color css
<style>
a { background-color: #427C54; }
a { background-color: rgb(66,124,84); }
div.DivClassName
{
background-color: #427C54;
}
.BgClassName
{
background-color: #427C54;
}
</style>
border-color css
<style>
span { border-color: #427C54; }
span { border-color: rgb(66,124,84); }
td.TdClassName
{
border-color: #427C54;
}
.TagClassName
{
border-color: #427C54;
}
</style>