Html Css Color HEX #417A60 Amazon

📋 copy color: '#417A60'

red 65 ◦ green 122 ◦ blue 96

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

Shades of Amazon #417A60

Tints of Amazon #417A60

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 33.92%

R = 22.97%
G = 43.11%
B = 33.92%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.21

 K value IS 0.52

RGB Variations

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

Color information

#417A60 (or 0x417A60) is known color: Amazon. HEX triplet: 41, 7A and 60. RGB value is (65,122,96). Sum of RGB (Red+Green+Blue) = 65+122+96=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 122 (48.05% from 255 or 43.11% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 122 - color contains mainly: green. Hex color #417A60 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A60 is #BE859F. Grayscale: #666666. Windows color (decimal): -12486048 or 6322753. OLE color: 6322753.

HSL color Cylindrical-coordinate representation of color #417A60: hue angle of 152.63º 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 #417A60 is Cyan = 0.47, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.52.

Color convert

RGB 65 122 96 -
CMYK 0.47 0 0.21 0.52
HSL 152.63º 0.3% 0.37% -
HSV(B) 152.63º 0.47% 0.48% -
XYZ 11.25 15.89 13.54 -
YUV 101.99 124.62 101.61 -
System Red Green Blue C M Y K H S L
Decimal 65 122 96 0.47 0 0.21 0.52 152.63 0.3 0.37
Hex 41 7A 60 2F 0 15 34 99 1E 25
Octal 101 172 140 57 0 25 64 231 36 45
Binary 1000001 1111010 1100000 101111 0 10101 110100 10011001 11110 100101

Color Harmonies of #417A60

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417A60

Black with #417A60

Text Example


Text Example

White with #417A60

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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