#427652

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

Shades of Amazon #427652

Tints of Amazon #427652

Color information

#427652 (or 0x427652) is unknown color: approx Amazon. HEX triplet: 42, 76 and 52. RGB value is (66,118,82). Sum of RGB (Red+Green+Blue) = 66+118+82=266 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.81% from 266); Green value is 118 (46.48% from 255 or 44.36% from 266); Blue value is 82 (32.42% from 255 or 30.83% from 266); Max value from RGB is 118 - color contains mainly: green. Hex color #427652 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427652 is #BD89AD. Grayscale: #626262. Windows color (decimal): -12421550 or 5404226. OLE color: 5404226.

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

Color convert

RGB6611882-
CMYK0.4400.310.54
HSL138.46º28.26%36.08%-
HSV(B)138.46º44.07%46.27%-
XYZ10.2514.7210.28-
YUV98.35118.77104.93-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.81%
GREEN value IS 118 (46.48% from 255) = 44.36%
BLUE value IS 82 (32.42% from 255) = 30.83%
R=24.81%
G=44.36%
B=30.83%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal66118820.4400.310.54138.4628.2636.08
Hex4276522C01F368a1c24
Octal10216612254037662123444
Binary1000010111011010100101011000111111101101000101011100100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427652

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427652; }

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

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

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

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

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

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

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

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