#427F56

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

Shades of Amazon #427F56

Tints of Amazon #427F56

Color information

#427F56 (or 0x427F56) is unknown color: approx Amazon. HEX triplet: 42, 7F and 56. RGB value is (66,127,86). Sum of RGB (Red+Green+Blue) = 66+127+86=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 127 (50% from 255 or 45.52% from 279); Blue value is 86 (33.98% from 255 or 30.82% from 279); Max value from RGB is 127 - color contains mainly: green. Hex color #427F56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427F56 is #BD80A9. Grayscale: #686868. Windows color (decimal): -12419242 or 5668674. OLE color: 5668674.

HSL color Cylindrical-coordinate representation of color #427F56: hue angle of 139.67º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #427F56 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.50.

Color convert

RGB6612786-
CMYK0.4800.320.50
HSL139.67º31.61%37.84%-
HSV(B)139.67º48.03%49.8%-
XYZ11.5217.0111.48-
YUV104.09117.79100.83-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 127 (50% from 255) = 45.52%
BLUE value IS 86 (33.98% from 255) = 30.82%
R=23.66%
G=45.52%
B=30.82%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal66127860.4800.320.50139.6731.6137.84
Hex427F5630020328c2026
Octal10217712660040622144046
Binary100001011111111010110110000010000011001010001100100000100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427F56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427F56; }

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

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

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

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

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

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

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

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