Html Css Color HEX #417D5D Amazon

📋 copy color: '#417D5D'

red 65 ◦ green 125 ◦ blue 93

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

Shades of Amazon #417D5D

Tints of Amazon #417D5D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 32.86%

R = 22.97%
G = 44.17%
B = 32.86%

CMYK

 C value IS 0.48

 M value IS 0

 Y value IS 0.26

 K value IS 0.51

RGB Variations

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

Color information

#417D5D (or 0x417D5D) is known color: Amazon. HEX triplet: 41, 7D and 5D. RGB value is (65,125,93). Sum of RGB (Red+Green+Blue) = 65+125+93=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 125 (49.22% from 255 or 44.17% from 283); Blue value is 93 (36.72% from 255 or 32.86% from 283); Max value from RGB is 125 - color contains mainly: green. Hex color #417D5D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417D5D is #BE82A2. Grayscale: #676767. Windows color (decimal): -12485283 or 6126913. OLE color: 6126913.

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

Color convert

RGB 65 125 93 -
CMYK 0.48 0 0.26 0.51
HSL 148º 0.32% 0.37% -
HSV(B) 148º 0.48% 0.49% -
XYZ 11.49 16.58 12.95 -
YUV 103.41 122.12 100.6 -
System Red Green Blue C M Y K H S L
Decimal 65 125 93 0.48 0 0.26 0.51 148 0.32 0.37
Hex 41 7D 5D 30 0 1A 33 94 20 25
Octal 101 175 135 60 0 32 63 224 40 45
Binary 1000001 1111101 1011101 110000 0 11010 110011 10010100 100000 100101

Color Harmonies of #417D5D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417D5D

Black with #417D5D

Text Example


Text Example

White with #417D5D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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