Html Css Color HEX #417D5F Amazon

📋 copy color: '#417D5F'

red 65 ◦ green 125 ◦ blue 95

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

Shades of Amazon #417D5F

Tints of Amazon #417D5F

RGB

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

 GREEN value IS 125 (49.22% from 255) = 43.86%

 BLUE value IS 95 (37.5% from 255) = 33.33%

R = 22.81%
G = 43.86%
B = 33.33%

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

#417D5F (or 0x417D5F) is known color: Amazon. HEX triplet: 41, 7D and 5F. RGB value is (65,125,95). Sum of RGB (Red+Green+Blue) = 65+125+95=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 125 (49.22% from 255 or 43.86% from 285); Blue value is 95 (37.5% from 255 or 33.33% from 285); Max value from RGB is 125 - color contains mainly: green. Hex color #417D5F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417D5F is #BE82A0. Grayscale: #676767. Windows color (decimal): -12485281 or 6257985. OLE color: 6257985.

HSL color Cylindrical-coordinate representation of color #417D5F: hue angle of 150º degrees, saturation: 0.32, 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 #417D5F is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.51.

Color convert

RGB 65 125 95 -
CMYK 0.48 0 0.24 0.51
HSL 150º 0.32% 0.37% -
HSV(B) 150º 0.48% 0.49% -
XYZ 11.58 16.62 13.42 -
YUV 103.64 123.12 100.44 -
System Red Green Blue C M Y K H S L
Decimal 65 125 95 0.48 0 0.24 0.51 150 0.32 0.37
Hex 41 7D 5F 30 0 18 33 96 20 25
Octal 101 175 137 60 0 30 63 226 40 45
Binary 1000001 1111101 1011111 110000 0 11000 110011 10010110 100000 100101

Color Harmonies of #417D5F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417D5F

Black with #417D5F

Text Example


Text Example

White with #417D5F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(65,125,95); }

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

background-color css

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

 a { background-color: rgb(65,125,95); }

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

border-color css

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

 span { border-color: rgb(65,125,95); }

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