#427655

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

Shades of Amazon #427655

Tints of Amazon #427655

Color information

#427655 (or 0x427655) is unknown color: approx Amazon. HEX triplet: 42, 76 and 55. RGB value is (66,118,85). Sum of RGB (Red+Green+Blue) = 66+118+85=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 118 (46.48% from 255 or 43.87% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 118 - color contains mainly: green. Hex color #427655 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427655 is #BD89AA. Grayscale: #626262. Windows color (decimal): -12421547 or 5600834. OLE color: 5600834.

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

Color convert

RGB6611885-
CMYK0.4400.280.54
HSL141.92º28.26%36.08%-
HSV(B)141.92º44.07%46.27%-
XYZ10.3614.7710.9-
YUV98.69120.27104.68-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 118 (46.48% from 255) = 43.87%
BLUE value IS 85 (33.59% from 255) = 31.60%
R=24.54%
G=43.87%
B=31.60%

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
Decimal66118850.4400.280.54141.9228.2636.08
Hex4276552C01C368e1c24
Octal10216612554034662163444
Binary1000010111011010101011011000111001101101000111011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427655; }

 p { color: rgb(66,118,85); }

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

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

 a { background-color: rgb(66,118,85); }

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

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

 span { border-color: rgb(66,118,85); }

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