#427252

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

Shades of Amazon #427252

Tints of Amazon #427252

Color information

#427252 (or 0x427252) is unknown color: approx Amazon. HEX triplet: 42, 72 and 52. RGB value is (66,114,82). Sum of RGB (Red+Green+Blue) = 66+114+82=262 (34% of max value = 765). Red value is 66 (26.17% from 255 or 25.19% from 262); Green value is 114 (44.92% from 255 or 43.51% from 262); Blue value is 82 (32.42% from 255 or 31.30% from 262); Max value from RGB is 114 - color contains mainly: green. Hex color #427252 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427252 is #BD8DAD. Grayscale: #606060. Windows color (decimal): -12422574 or 5403202. OLE color: 5403202.

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

Color convert

RGB6611482-
CMYK0.4200.280.55
HSL140º26.67%35.29%-
HSV(B)140º42.11%44.71%-
XYZ9.7913.810.13-
YUV96120.1106.6-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 25.19%
GREEN value IS 114 (44.92% from 255) = 43.51%
BLUE value IS 82 (32.42% from 255) = 31.30%
R=25.19%
G=43.51%
B=31.30%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114820.4200.280.5514026.6735.29
Hex4272522A01C378c1b23
Octal10216212252034672143343
Binary1000010111001010100101010100111001101111000110011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427252

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427252; }

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

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

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

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

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

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

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

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