Html Css Color HEX #427E57 Amazon

📋 copy color: '#427E57'

red 66 ◦ green 126 ◦ blue 87

#427E57
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #427E57

Tints of Amazon #427E57

RGB

 RED value IS 66 (26.17% from 255) = 23.66%

 GREEN value IS 126 (49.61% from 255) = 45.16%

 BLUE value IS 87 (34.38% from 255) = 31.18%

R = 23.66%
G = 45.16%
B = 31.18%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.31

 K value IS 0.51

RGB Variations

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

Color information

#427E57 (or 0x427E57) is known color: Amazon. HEX triplet: 42, 7E and 57. RGB value is (66,126,87). Sum of RGB (Red+Green+Blue) = 66+126+87=279 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.66% from 279); Green value is 126 (49.61% from 255 or 45.16% from 279); Blue value is 87 (34.38% from 255 or 31.18% from 279); Max value from RGB is 126 - color contains mainly: green. Hex color #427E57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E57 is #BD81A8. Grayscale: #676767. Windows color (decimal): -12419497 or 5733954. OLE color: 5733954.

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

Color convert

RGB 66 126 87 -
CMYK 0.48 0 0.31 0.51
HSL 141º 0.31% 0.38% -
HSV(B) 141º 0.48% 0.49% -
XYZ 11.43 16.77 11.65 -
YUV 103.61 118.62 101.17 -
System Red Green Blue C M Y K H S L
Decimal 66 126 87 0.48 0 0.31 0.51 141 0.31 0.38
Hex 42 7E 57 30 0 1F 33 8D 1F 26
Octal 102 176 127 60 0 37 63 215 37 46
Binary 1000010 1111110 1010111 110000 0 11111 110011 10001101 11111 100110

Color Harmonies of #427E57

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427E57

Black with #427E57

Text Example


Text Example

White with #427E57

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(66,126,87); }

 H1.HeaderClassName
 {
   color: #427E57;
 }
 .AnyTagClassName
 {
   color: #427E57;
 }
</style>

background-color css

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

 a { background-color: rgb(66,126,87); }

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

border-color css

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

 span { border-color: rgb(66,126,87); }

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