Html Css Color HEX #417054 Amazon

📋 copy color: '#417054'

red 65 ◦ green 112 ◦ blue 84

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

Shades of Amazon #417054

Tints of Amazon #417054

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.91%

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

R = 24.9%
G = 42.91%
B = 32.18%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#417054 (or 0x417054) is known color: Amazon. HEX triplet: 41, 70 and 54. RGB value is (65,112,84). Sum of RGB (Red+Green+Blue) = 65+112+84=261 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.90% from 261); Green value is 112 (44.14% from 255 or 42.91% from 261); Blue value is 84 (33.20% from 255 or 32.18% from 261); Max value from RGB is 112 - color contains mainly: green. Hex color #417054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417054 is #BE8FAB. Grayscale: #5E5E5E. Windows color (decimal): -12488620 or 5533761. OLE color: 5533761.

HSL color Cylindrical-coordinate representation of color #417054: hue angle of 144.26º degrees, saturation: 0.27, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #417054 is Cyan = 0.42, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 65 112 84 -
CMYK 0.42 0 0.25 0.56
HSL 144.26º 0.27% 0.35% -
HSV(B) 144.26º 0.42% 0.44% -
XYZ 9.57 13.35 10.46 -
YUV 94.76 121.93 106.78 -
System Red Green Blue C M Y K H S L
Decimal 65 112 84 0.42 0 0.25 0.56 144.26 0.27 0.35
Hex 41 70 54 2A 0 19 38 90 1B 23
Octal 101 160 124 52 0 31 70 220 33 43
Binary 1000001 1110000 1010100 101010 0 11001 111000 10010000 11011 100011

Color Harmonies of #417054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417054

Black with #417054

Text Example


Text Example

White with #417054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417054; }

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

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

background-color css

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

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

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

border-color css

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

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

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