#427C55

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

Shades of Amazon #427C55

Tints of Amazon #427C55

Color information

#427C55 (or 0x427C55) is unknown color: approx Amazon. HEX triplet: 42, 7C and 55. RGB value is (66,124,85). Sum of RGB (Red+Green+Blue) = 66+124+85=275 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24% from 275); Green value is 124 (48.83% from 255 or 45.09% from 275); Blue value is 85 (33.59% from 255 or 30.91% from 275); Max value from RGB is 124 - color contains mainly: green. Hex color #427C55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427C55 is #BD83AA. Grayscale: #666666. Windows color (decimal): -12420011 or 5602370. OLE color: 5602370.

HSL color Cylindrical-coordinate representation of color #427C55: hue angle of 139.66º 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 #427C55 is Cyan = 0.47, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.51.

Color convert

RGB6612485-
CMYK0.4700.310.51
HSL139.66º30.53%37.25%-
HSV(B)139.66º46.77%48.63%-
XYZ11.0916.2311.14-
YUV102.21118.28102.17-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24%
GREEN value IS 124 (48.83% from 255) = 45.09%
BLUE value IS 85 (33.59% from 255) = 30.91%
R=24%
G=45.09%
B=30.91%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66124850.4700.310.51139.6630.5337.25
Hex427C552F01F338c1f25
Octal10217412557037632143745
Binary1000010111110010101011011110111111100111000110011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427C55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(66,124,85); }

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

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

 a { background-color: rgb(66,124,85); }

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

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

 span { border-color: rgb(66,124,85); }

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