Html Css Color HEX #417554 Amazon

📋 copy color: '#417554'

red 65 ◦ green 117 ◦ blue 84

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

Shades of Amazon #417554

Tints of Amazon #417554

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.98%

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

R = 24.44%
G = 43.98%
B = 31.58%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.28

 K value IS 0.54

RGB Variations

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

Color information

#417554 (or 0x417554) is known color: Amazon. HEX triplet: 41, 75 and 54. RGB value is (65,117,84). Sum of RGB (Red+Green+Blue) = 65+117+84=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 117 (46.09% from 255 or 43.98% from 266); Blue value is 84 (33.20% from 255 or 31.58% from 266); Max value from RGB is 117 - color contains mainly: green. Hex color #417554 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417554 is #BE8AAB. Grayscale: #616161. Windows color (decimal): -12487340 or 5535041. OLE color: 5535041.

HSL color Cylindrical-coordinate representation of color #417554: hue angle of 141.92º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417554 is Cyan = 0.44, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.54.

Color convert

RGB 65 117 84 -
CMYK 0.44 0 0.28 0.54
HSL 141.92º 0.29% 0.36% -
HSV(B) 141.92º 0.44% 0.46% -
XYZ 10.14 14.49 10.65 -
YUV 97.69 120.27 104.68 -
System Red Green Blue C M Y K H S L
Decimal 65 117 84 0.44 0 0.28 0.54 141.92 0.29 0.36
Hex 41 75 54 2C 0 1C 36 8E 1D 24
Octal 101 165 124 54 0 34 66 216 35 44
Binary 1000001 1110101 1010100 101100 0 11100 110110 10001110 11101 100100

Color Harmonies of #417554

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417554

Black with #417554

Text Example


Text Example

White with #417554

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417554; }

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

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

background-color css

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

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

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

border-color css

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

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

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