#427456

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

Shades of Amazon #427456

Tints of Amazon #427456

Color information

#427456 (or 0x427456) is unknown color: approx Amazon. HEX triplet: 42, 74 and 56. RGB value is (66,116,86). Sum of RGB (Red+Green+Blue) = 66+116+86=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 116 (45.70% from 255 or 43.28% from 268); Blue value is 86 (33.98% from 255 or 32.09% from 268); Max value from RGB is 116 - color contains mainly: green. Hex color #427456 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427456 is #BD8BA9. Grayscale: #616161. Windows color (decimal): -12422058 or 5665858. OLE color: 5665858.

HSL color Cylindrical-coordinate representation of color #427456: hue angle of 144º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #427456 is Cyan = 0.43, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB6611686-
CMYK0.4300.260.55
HSL144º27.47%35.69%-
HSV(B)144º43.1%45.49%-
XYZ10.1714.3211.03-
YUV97.63121.44105.44-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 116 (45.70% from 255) = 43.28%
BLUE value IS 86 (33.98% from 255) = 32.09%
R=24.63%
G=43.28%
B=32.09%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66116860.4300.260.5514427.4735.69
Hex4274562B01A37901b24
Octal10216412653032672203344
Binary1000010111010010101101010110110101101111001000011011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427456

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427456; }

 p { color: rgb(66,116,86); }

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

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

 a { background-color: rgb(66,116,86); }

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

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

 span { border-color: rgb(66,116,86); }

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