#427759

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

Shades of Amazon #427759

Tints of Amazon #427759

Color information

#427759 (or 0x427759) is unknown color: approx Amazon. HEX triplet: 42, 77 and 59. RGB value is (66,119,89). Sum of RGB (Red+Green+Blue) = 66+119+89=274 (36% of max value = 765). Red value is 66 (26.17% from 255 or 24.09% from 274); Green value is 119 (46.88% from 255 or 43.43% from 274); Blue value is 89 (35.16% from 255 or 32.48% from 274); Max value from RGB is 119 - color contains mainly: green. Hex color #427759 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427759 is #BD88A6. Grayscale: #636363. Windows color (decimal): -12421287 or 5863234. OLE color: 5863234.

HSL color Cylindrical-coordinate representation of color #427759: hue angle of 146.04º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #427759 is Cyan = 0.45, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.53.

Color convert

RGB6611989-
CMYK0.4500.250.53
HSL146.04º28.65%36.27%-
HSV(B)146.04º44.54%46.67%-
XYZ10.6515.0711.8-
YUV99.73121.94103.94-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 24.09%
GREEN value IS 119 (46.88% from 255) = 43.43%
BLUE value IS 89 (35.16% from 255) = 32.48%
R=24.09%
G=43.43%
B=32.48%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal66119890.4500.250.53146.0428.6536.27
Hex4277592D01935921d24
Octal10216713155031652223544
Binary1000010111011110110011011010110011101011001001011101100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427759

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427759; }

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

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

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

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

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

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

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

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