Html Css Color HEX #417C5E Amazon

📋 copy color: '#417C5E'

red 65 ◦ green 124 ◦ blue 94

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

Shades of Amazon #417C5E

Tints of Amazon #417C5E

RGB

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

 GREEN value IS 124 (48.83% from 255) = 43.82%

 BLUE value IS 94 (37.11% from 255) = 33.22%

R = 22.97%
G = 43.82%
B = 33.22%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.24

 K value IS 0.51

RGB Variations

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

Color information

#417C5E (or 0x417C5E) is known color: Amazon. HEX triplet: 41, 7C and 5E. RGB value is (65,124,94). Sum of RGB (Red+Green+Blue) = 65+124+94=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 124 (48.83% from 255 or 43.82% from 283); Blue value is 94 (37.11% from 255 or 33.22% from 283); Max value from RGB is 124 - color contains mainly: green. Hex color #417C5E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417C5E is #BE83A1. Grayscale: #676767. Windows color (decimal): -12485538 or 6192193. OLE color: 6192193.

HSL color Cylindrical-coordinate representation of color #417C5E: hue angle of 149.49º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #417C5E is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 124 94 -
CMYK 0.48 0 0.24 0.51
HSL 149.49º 0.31% 0.37% -
HSV(B) 149.49º 0.48% 0.49% -
XYZ 11.41 16.35 13.14 -
YUV 102.94 122.95 100.94 -
System Red Green Blue C M Y K H S L
Decimal 65 124 94 0.48 0 0.24 0.51 149.49 0.31 0.37
Hex 41 7C 5E 30 0 18 33 95 1F 25
Octal 101 174 136 60 0 30 63 225 37 45
Binary 1000001 1111100 1011110 110000 0 11000 110011 10010101 11111 100101

Color Harmonies of #417C5E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417C5E

Black with #417C5E

Text Example


Text Example

White with #417C5E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,124,94); }

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

background-color css

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

 a { background-color: rgb(65,124,94); }

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

border-color css

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

 span { border-color: rgb(65,124,94); }

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