#427854

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

Shades of Amazon #427854

Tints of Amazon #427854

Color information

#427854 (or 0x427854) is unknown color: approx Amazon. HEX triplet: 42, 78 and 54. RGB value is (66,120,84). Sum of RGB (Red+Green+Blue) = 66+120+84=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 120 (47.27% from 255 or 44.44% from 270); Blue value is 84 (33.20% from 255 or 31.11% from 270); Max value from RGB is 120 - color contains mainly: green. Hex color #427854 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427854 is #BD87AB. Grayscale: #636363. Windows color (decimal): -12421036 or 5535810. OLE color: 5535810.

HSL color Cylindrical-coordinate representation of color #427854: hue angle of 140º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427854 is Cyan = 0.45, Magento = 0, Yellow = 0.3 and Black (K on CMYK) = 0.53.

Color convert

RGB6612084-
CMYK0.4500.30.53
HSL140º29.03%36.47%-
HSV(B)140º45%47.06%-
XYZ10.5615.2310.77-
YUV99.75119.11103.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 120 (47.27% from 255) = 44.44%
BLUE value IS 84 (33.20% from 255) = 31.11%
R=24.44%
G=44.44%
B=31.11%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.3
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66120840.4500.30.5314029.0336.47
Hex4278542D01E358c1d24
Octal10217012455036652143544
Binary1000010111100010101001011010111101101011000110011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427854

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427854; }

 p { color: rgb(66,120,84); }

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

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

 a { background-color: rgb(66,120,84); }

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

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

 span { border-color: rgb(66,120,84); }

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