Html Css Color HEX #427E56 Amazon

📋 copy color: '#427E56'

red 66 ◦ green 126 ◦ blue 86

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

Shades of Amazon #427E56

Tints of Amazon #427E56

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 30.94%

R = 23.74%
G = 45.32%
B = 30.94%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.32

 K value IS 0.51

RGB Variations

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

Color information

#427E56 (or 0x427E56) is known color: Amazon. HEX triplet: 42, 7E and 56. RGB value is (66,126,86). Sum of RGB (Red+Green+Blue) = 66+126+86=278 (36% of max value = 765). Red value is 66 (26.17% from 255 or 23.74% from 278); Green value is 126 (49.61% from 255 or 45.32% from 278); Blue value is 86 (33.98% from 255 or 30.94% from 278); Max value from RGB is 126 - color contains mainly: green. Hex color #427E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #427E56 is #BD81A9. Grayscale: #676767. Windows color (decimal): -12419498 or 5668418. OLE color: 5668418.

HSL color Cylindrical-coordinate representation of color #427E56: hue angle of 140º 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 #427E56 is Cyan = 0.48, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.51.

Color convert

RGB 66 126 86 -
CMYK 0.48 0 0.32 0.51
HSL 140º 0.31% 0.38% -
HSV(B) 140º 0.48% 0.49% -
XYZ 11.39 16.75 11.44 -
YUV 103.5 118.12 101.25 -
System Red Green Blue C M Y K H S L
Decimal 66 126 86 0.48 0 0.32 0.51 140 0.31 0.38
Hex 42 7E 56 30 0 20 33 8C 1F 26
Octal 102 176 126 60 0 40 63 214 37 46
Binary 1000010 1111110 1010110 110000 0 100000 110011 10001100 11111 100110

Color Harmonies of #427E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #427E56

Black with #427E56

Text Example


Text Example

White with #427E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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