Html Css Color HEX #417A56 Amazon

📋 copy color: '#417A56'

red 65 ◦ green 122 ◦ blue 86

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

Shades of Amazon #417A56

Tints of Amazon #417A56

RGB

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

 GREEN value IS 122 (48.05% from 255) = 44.69%

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

R = 23.81%
G = 44.69%
B = 31.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.52

RGB Variations

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

Color information

#417A56 (or 0x417A56) is known color: Amazon. HEX triplet: 41, 7A and 56. RGB value is (65,122,86). Sum of RGB (Red+Green+Blue) = 65+122+86=273 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.81% from 273); Green value is 122 (48.05% from 255 or 44.69% from 273); Blue value is 86 (33.98% from 255 or 31.50% from 273); Max value from RGB is 122 - color contains mainly: green. Hex color #417A56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A56 is #BE85A9. Grayscale: #646464. Windows color (decimal): -12486058 or 5667393. OLE color: 5667393.

HSL color Cylindrical-coordinate representation of color #417A56: hue angle of 142.11º degrees, saturation: 0.3, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #417A56 is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 122 86 -
CMYK 0.47 0 0.30 0.52
HSL 142.11º 0.3% 0.37% -
HSV(B) 142.11º 0.47% 0.48% -
XYZ 10.82 15.71 11.27 -
YUV 100.85 119.62 102.43 -
System Red Green Blue C M Y K H S L
Decimal 65 122 86 0.47 0 0.30 0.52 142.11 0.3 0.37
Hex 41 7A 56 2F 0 1E 34 8E 1E 25
Octal 101 172 126 57 0 36 64 216 36 45
Binary 1000001 1111010 1010110 101111 0 11110 110100 10001110 11110 100101

Color Harmonies of #417A56

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417A56

Black with #417A56

Text Example


Text Example

White with #417A56

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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