Html Css Color HEX #417A54 Amazon

📋 copy color: '#417A54'

red 65 ◦ green 122 ◦ blue 84

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

Shades of Amazon #417A54

Tints of Amazon #417A54

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 31%

R = 23.99%
G = 45.02%
B = 31%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.31

 K value IS 0.52

RGB Variations

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

Color information

#417A54 (or 0x417A54) is known color: Amazon. HEX triplet: 41, 7A and 54. RGB value is (65,122,84). Sum of RGB (Red+Green+Blue) = 65+122+84=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 122 (48.05% from 255 or 45.02% from 271); Blue value is 84 (33.20% from 255 or 31.00% from 271); Max value from RGB is 122 - color contains mainly: green. Hex color #417A54 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417A54 is #BE85AB. Grayscale: #646464. Windows color (decimal): -12486060 or 5536321. OLE color: 5536321.

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

Color convert

RGB 65 122 84 -
CMYK 0.47 0 0.31 0.52
HSL 140º 0.3% 0.37% -
HSV(B) 140º 0.47% 0.48% -
XYZ 10.74 15.68 10.85 -
YUV 100.63 118.62 102.59 -
System Red Green Blue C M Y K H S L
Decimal 65 122 84 0.47 0 0.31 0.52 140 0.3 0.37
Hex 41 7A 54 2F 0 1F 34 8C 1E 25
Octal 101 172 124 57 0 37 64 214 36 45
Binary 1000001 1111010 1010100 101111 0 11111 110100 10001100 11110 100101

Color Harmonies of #417A54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417A54

Black with #417A54

Text Example


Text Example

White with #417A54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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