#427358

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

Shades of Amazon #427358

Tints of Amazon #427358

Color information

#427358 (or 0x427358) is unknown color: approx Amazon. HEX triplet: 42, 73 and 58. RGB value is (66,115,88). Sum of RGB (Red+Green+Blue) = 66+115+88=269 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.54% from 269); Green value is 115 (45.31% from 255 or 42.75% from 269); Blue value is 88 (34.77% from 255 or 32.71% from 269); Max value from RGB is 115 - color contains mainly: green. Hex color #427358 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427358 is #BD8CA7. Grayscale: #616161. Windows color (decimal): -12422312 or 5796674. OLE color: 5796674.

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

Color convert

RGB6611588-
CMYK0.4300.230.55
HSL146.94º27.07%35.49%-
HSV(B)146.94º42.61%45.1%-
XYZ10.1414.1211.42-
YUV97.27122.77105.7-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.54%
GREEN value IS 115 (45.31% from 255) = 42.75%
BLUE value IS 88 (34.77% from 255) = 32.71%
R=24.54%
G=42.75%
B=32.71%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal66115880.4300.230.55146.9427.0735.49
Hex4273582B01737931b23
Octal10216313053027672233343
Binary1000010111001110110001010110101111101111001001111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427358

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427358; }

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

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

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

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

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

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

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

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