Html Css Color HEX #417F5C Amazon

📋 copy color: '#417F5C'

red 65 ◦ green 127 ◦ blue 92

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

Shades of Amazon #417F5C

Tints of Amazon #417F5C

RGB

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

 GREEN value IS 127 (50% from 255) = 44.72%

 BLUE value IS 92 (36.33% from 255) = 32.39%

R = 22.89%
G = 44.72%
B = 32.39%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.50

RGB Variations

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

Color information

#417F5C (or 0x417F5C) is known color: Amazon. HEX triplet: 41, 7F and 5C. RGB value is (65,127,92). Sum of RGB (Red+Green+Blue) = 65+127+92=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 127 (50% from 255 or 44.72% from 284); Blue value is 92 (36.33% from 255 or 32.39% from 284); Max value from RGB is 127 - color contains mainly: green. Hex color #417F5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417F5C is #BE80A3. Grayscale: #686868. Windows color (decimal): -12484772 or 6061889. OLE color: 6061889.

HSL color Cylindrical-coordinate representation of color #417F5C: hue angle of 146.13º degrees, saturation: 0.32, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #417F5C is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.50.

Color convert

RGB 65 127 92 -
CMYK 0.49 0 0.28 0.50
HSL 146.13º 0.32% 0.38% -
HSV(B) 146.13º 0.49% 0.5% -
XYZ 11.7 17.08 12.8 -
YUV 104.47 120.96 99.85 -
System Red Green Blue C M Y K H S L
Decimal 65 127 92 0.49 0 0.28 0.50 146.13 0.32 0.38
Hex 41 7F 5C 31 0 1C 32 92 20 26
Octal 101 177 134 61 0 34 62 222 40 46
Binary 1000001 1111111 1011100 110001 0 11100 110010 10010010 100000 100110

Color Harmonies of #417F5C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417F5C

Black with #417F5C

Text Example


Text Example

White with #417F5C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,127,92); }

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

background-color css

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

 a { background-color: rgb(65,127,92); }

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

border-color css

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

 span { border-color: rgb(65,127,92); }

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