Html Css Color HEX #417E56 Amazon

📋 copy color: '#417E56'

red 65 ◦ green 126 ◦ blue 86

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

Shades of Amazon #417E56

Tints of Amazon #417E56

RGB

 RED value IS 65 (25.78% from 255) = 23.47%

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

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

R = 23.47%
G = 45.49%
B = 31.05%

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

#417E56 (or 0x417E56) is known color: Amazon. HEX triplet: 41, 7E and 56. RGB value is (65,126,86). Sum of RGB (Red+Green+Blue) = 65+126+86=277 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.47% from 277); Green value is 126 (49.61% from 255 or 45.49% from 277); Blue value is 86 (33.98% from 255 or 31.05% from 277); Max value from RGB is 126 - color contains mainly: green. Hex color #417E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417E56 is #BE81A9. Grayscale: #676767. Windows color (decimal): -12485034 or 5668417. OLE color: 5668417.

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

Color convert

RGB 65 126 86 -
CMYK 0.48 0 0.32 0.51
HSL 140.66º 0.32% 0.37% -
HSV(B) 140.66º 0.48% 0.49% -
XYZ 11.32 16.72 11.43 -
YUV 103.2 118.29 100.75 -
System Red Green Blue C M Y K H S L
Decimal 65 126 86 0.48 0 0.32 0.51 140.66 0.32 0.37
Hex 41 7E 56 30 0 20 33 8D 20 25
Octal 101 176 126 60 0 40 63 215 40 45
Binary 1000001 1111110 1010110 110000 0 100000 110011 10001101 100000 100101

Color Harmonies of #417E56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417E56

Black with #417E56

Text Example


Text Example

White with #417E56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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