#427A53

Color #427A53 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #427A53

Tints of Amazon #427A53

Color information

#427A53 (or 0x427A53) is unknown color: approx Amazon. HEX triplet: 42, 7A and 53. RGB value is (66,122,83). Sum of RGB (Red+Green+Blue) = 66+122+83=271 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.35% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 83 (32.81% from 255 or 30.63% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #427A53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427A53 is #BD85AC. Grayscale: #646464. Windows color (decimal): -12420525 or 5470786. OLE color: 5470786.

HSL color Cylindrical-coordinate representation of color #427A53: hue angle of 138.21º 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 #427A53 is Cyan = 0.46, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.52.

Color convert

RGB6612283-
CMYK0.4600.320.52
HSL138.21º29.79%36.86%-
HSV(B)138.21º45.9%47.84%-
XYZ10.7715.710.65-
YUV100.81117.95103.17-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 66 (26.17% from 255) = 24.35%
GREEN value IS 122 (48.05% from 255) = 45.02%
BLUE value IS 83 (32.81% from 255) = 30.63%
R=24.35%
G=45.02%
B=30.63%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal66122830.4600.320.52138.2129.7936.86
Hex427A532E020348a1e25
Octal10217212356040642123645
Binary10000101111010101001110111001000001101001000101011110100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427A53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427A53; }

 p { color: rgb(66,122,83); }

 H1.HeaderClassName
 {
   color: #427A53;
 }
 .AnyTagClassName
 {
   color: #427A53;
 }
</style>
background-color css

<style>
 a { background-color: #427A53; }

 a { background-color: rgb(66,122,83); }

 div.DivClassName
 {
   background-color: #427A53;
 }
 .BgClassName
 {
   background-color: #427A53;
 }
</style>
border-color css

<style>
 span { border-color: #427A53; }

 span { border-color: rgb(66,122,83); }

 td.TdClassName
 {
   border-color: #427A53;
 }
 .TagClassName
 {
   border-color: #427A53;
 }
</style>