#427D58

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

Shades of Amazon #427D58

Tints of Amazon #427D58

Color information

#427D58 (or 0x427D58) is unknown color: approx Amazon. HEX triplet: 42, 7D and 58. RGB value is (66,125,88). Sum of RGB (Red+Green+Blue) = 66+125+88=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 125 (49.22% from 255 or 44.80% from 279); Blue value is 88 (34.77% from 255 or 31.54% from 279); Max value from RGB is 125 - color contains mainly: green. Hex color #427D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427D58 is #BD82A7. Grayscale: #676767. Windows color (decimal): -12419752 or 5799234. OLE color: 5799234.

HSL color Cylindrical-coordinate representation of color #427D58: hue angle of 142.37º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #427D58 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.51.

Color convert

RGB6612588-
CMYK0.4700.300.51
HSL142.37º30.89%37.45%-
HSV(B)142.37º47.2%49.02%-
XYZ11.3416.5311.83-
YUV103.14119.45101.51-

RGB Variations

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

RGB

RED value IS 66 (26.17% from 255) = 23.66%
GREEN value IS 125 (49.22% from 255) = 44.80%
BLUE value IS 88 (34.77% from 255) = 31.54%
R=23.66%
G=44.80%
B=31.54%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.51
SystemRedGreenBlueCMYKHSL
Decimal66125880.4700.300.51142.3730.8937.45
Hex427D582F01E338e1f25
Octal10217513057036632163745
Binary1000010111110110110001011110111101100111000111011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #427D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #427D58; }

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

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

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

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

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

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

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

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