#427259

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

Shades of Amazon #427259

Tints of Amazon #427259

Color information

#427259 (or 0x427259) is unknown color: approx Amazon. HEX triplet: 42, 72 and 59. RGB value is (66,114,89). Sum of RGB (Red+Green+Blue) = 66+114+89=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 114 (44.92% from 255 or 42.38% from 269); Blue value is 89 (35.16% from 255 or 33.09% from 269); Max value from RGB is 114 - color contains mainly: green. Hex color #427259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427259 is #BD8DA6. Grayscale: #606060. Windows color (decimal): -12422567 or 5861954. OLE color: 5861954.

HSL color Cylindrical-coordinate representation of color #427259: hue angle of 148.75º 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 #427259 is Cyan = 0.42, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.55.

Color convert

RGB6611489-
CMYK0.4200.220.55
HSL148.75º26.67%35.29%-
HSV(B)148.75º42.11%44.71%-
XYZ10.0713.9111.61-
YUV96.8123.6106.03-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 114 (44.92% from 255) = 42.38%
BLUE value IS 89 (35.16% from 255) = 33.09%
R=24.54%
G=42.38%
B=33.09%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114890.4200.220.55148.7526.6735.29
Hex4272592A01637951b23
Octal10216213152026672253343
Binary1000010111001010110011010100101101101111001010111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427259; }

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

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

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

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

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

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

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

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