#427258

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

Shades of Amazon #427258

Tints of Amazon #427258

Color information

#427258 (or 0x427258) is unknown color: approx Amazon. HEX triplet: 42, 72 and 58. RGB value is (66,114,88). Sum of RGB (Red+Green+Blue) = 66+114+88=268 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.63% from 268); Green value is 114 (44.92% from 255 or 42.54% from 268); Blue value is 88 (34.77% from 255 or 32.84% from 268); Max value from RGB is 114 - color contains mainly: green. Hex color #427258 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427258 is #BD8DA7. Grayscale: #606060. Windows color (decimal): -12422568 or 5796418. OLE color: 5796418.

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

Color convert

RGB6611488-
CMYK0.4200.230.55
HSL147.5º26.67%35.29%-
HSV(B)147.5º42.11%44.71%-
XYZ10.0313.911.39-
YUV96.68123.1106.11-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.63%
GREEN value IS 114 (44.92% from 255) = 42.54%
BLUE value IS 88 (34.77% from 255) = 32.84%
R=24.63%
G=42.54%
B=32.84%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66114880.4200.230.55147.526.6735.29
Hex4272582A01737941b23
Octal10216213052027672243343
Binary1000010111001010110001010100101111101111001010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427258; }

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

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

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

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

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

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

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

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