#427452

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

Shades of Amazon #427452

Tints of Amazon #427452

Color information

#427452 (or 0x427452) is unknown color: approx Amazon. HEX triplet: 42, 74 and 52. RGB value is (66,116,82). Sum of RGB (Red+Green+Blue) = 66+116+82=264 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25% from 264); Green value is 116 (45.70% from 255 or 43.94% from 264); Blue value is 82 (32.42% from 255 or 31.06% from 264); Max value from RGB is 116 - color contains mainly: green. Hex color #427452 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427452 is #BD8BAD. Grayscale: #616161. Windows color (decimal): -12422062 or 5403714. OLE color: 5403714.

HSL color Cylindrical-coordinate representation of color #427452: hue angle of 139.2º degrees, saturation: 0.27, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #427452 is Cyan = 0.43, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.55.

Color convert

RGB6611682-
CMYK0.4300.290.55
HSL139.2º27.47%35.69%-
HSV(B)139.2º43.1%45.49%-
XYZ10.0214.2610.21-
YUV97.17119.44105.76-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25%
GREEN value IS 116 (45.70% from 255) = 43.94%
BLUE value IS 82 (32.42% from 255) = 31.06%
R=25%
G=43.94%
B=31.06%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66116820.4300.290.55139.227.4735.69
Hex4274522B01D378b1b24
Octal10216412253035672133344
Binary1000010111010010100101010110111011101111000101111011100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427452; }

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

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

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

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

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

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

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

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