#427554

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

Shades of Amazon #427554

Tints of Amazon #427554

Color information

#427554 (or 0x427554) is unknown color: approx Amazon. HEX triplet: 42, 75 and 54. RGB value is (66,117,84). Sum of RGB (Red+Green+Blue) = 66+117+84=267 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.72% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 84 (33.20% from 255 or 31.46% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #427554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427554 is #BD8AAB. Grayscale: #626262. Windows color (decimal): -12421804 or 5535042. OLE color: 5535042.

HSL color Cylindrical-coordinate representation of color #427554: hue angle of 141.18º 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 #427554 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB6611784-
CMYK0.4400.280.54
HSL141.18º27.87%35.88%-
HSV(B)141.18º43.59%45.88%-
XYZ10.2114.5210.65-
YUV97.99120.1105.18-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.72%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 84 (33.20% from 255) = 31.46%
R=24.72%
G=43.82%
B=31.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66117840.4400.280.54141.1827.8735.88
Hex4275542C01C368d1c24
Octal10216512454034662153444
Binary1000010111010110101001011000111001101101000110111100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427554; }

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

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

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

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

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

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

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

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