#427555

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

Shades of Amazon #427555

Tints of Amazon #427555

Color information

#427555 (or 0x427555) is unknown color: approx Amazon. HEX triplet: 42, 75 and 55. RGB value is (66,117,85). Sum of RGB (Red+Green+Blue) = 66+117+85=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 117 (46.09% from 255 or 43.66% from 268); Blue value is 85 (33.59% from 255 or 31.72% from 268); Max value from RGB is 117 - color contains mainly: green. Hex color #427555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427555 is #BD8AAA. Grayscale: #626262. Windows color (decimal): -12421803 or 5600578. OLE color: 5600578.

HSL color Cylindrical-coordinate representation of color #427555: hue angle of 142.35º degrees, saturation: 0.28, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #427555 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.54.

Color convert

RGB6611785-
CMYK0.4400.270.54
HSL142.35º27.87%35.88%-
HSV(B)142.35º43.59%45.88%-
XYZ10.2514.5410.86-
YUV98.1120.6105.1-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 117 (46.09% from 255) = 43.66%
BLUE value IS 85 (33.59% from 255) = 31.72%
R=24.63%
G=43.66%
B=31.72%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66117850.4400.270.54142.3527.8735.88
Hex4275552C01B368e1c24
Octal10216512554033662163444
Binary1000010111010110101011011000110111101101000111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427555; }

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

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

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

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

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

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

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

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