#427157

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

Shades of Amazon #427157

Tints of Amazon #427157

Color information

#427157 (or 0x427157) is unknown color: approx Amazon. HEX triplet: 42, 71 and 57. RGB value is (66,113,87). Sum of RGB (Red+Green+Blue) = 66+113+87=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 113 (44.53% from 255 or 42.48% from 266); Blue value is 87 (34.38% from 255 or 32.71% from 266); Max value from RGB is 113 - color contains mainly: green. Hex color #427157 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427157 is #BD8EA8. Grayscale: #606060. Windows color (decimal): -12422825 or 5730626. OLE color: 5730626.

HSL color Cylindrical-coordinate representation of color #427157: hue angle of 146.81º degrees, saturation: 0.26, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #427157 is Cyan = 0.42, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.56.

Color convert

RGB6611387-
CMYK0.4200.230.56
HSL146.81º26.26%35.1%-
HSV(B)146.81º41.59%44.31%-
XYZ9.8713.6611.13-
YUV95.98122.93106.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 113 (44.53% from 255) = 42.48%
BLUE value IS 87 (34.38% from 255) = 32.71%
R=24.81%
G=42.48%
B=32.71%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal66113870.4200.230.56146.8126.2635.1
Hex4271572A01738931a23
Octal10216112752027702233243
Binary1000010111000110101111010100101111110001001001111010100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427157; }

 p { color: rgb(66,113,87); }

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

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

 a { background-color: rgb(66,113,87); }

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

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

 span { border-color: rgb(66,113,87); }

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