#427359

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

Shades of Amazon #427359

Tints of Amazon #427359

Color information

#427359 (or 0x427359) is unknown color: approx Amazon. HEX triplet: 42, 73 and 59. RGB value is (66,115,89). Sum of RGB (Red+Green+Blue) = 66+115+89=270 (35% of max value = 765). Red value is 66 (26.17% from 255 or 24.44% from 270); Green value is 115 (45.31% from 255 or 42.59% from 270); Blue value is 89 (35.16% from 255 or 32.96% from 270); Max value from RGB is 115 - color contains mainly: green. Hex color #427359 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427359 is #BD8CA6. Grayscale: #616161. Windows color (decimal): -12422311 or 5862210. OLE color: 5862210.

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

Color convert

RGB6611589-
CMYK0.4300.230.55
HSL148.16º27.07%35.49%-
HSV(B)148.16º42.61%45.1%-
XYZ10.1814.1411.64-
YUV97.38123.27105.61-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.44%
GREEN value IS 115 (45.31% from 255) = 42.59%
BLUE value IS 89 (35.16% from 255) = 32.96%
R=24.44%
G=42.59%
B=32.96%

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
Decimal66115890.4300.230.55148.1627.0735.49
Hex4273592B01737941b23
Octal10216313153027672243343
Binary1000010111001110110011010110101111101111001010011011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427359

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427359; }

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

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

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

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

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

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

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

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