Html Css Color HEX #417757 Amazon

📋 copy color: '#417757'

red 65 ◦ green 119 ◦ blue 87

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

Shades of Amazon #417757

Tints of Amazon #417757

RGB

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

 GREEN value IS 119 (46.88% from 255) = 43.91%

 BLUE value IS 87 (34.38% from 255) = 32.1%

R = 23.99%
G = 43.91%
B = 32.1%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.27

 K value IS 0.53

RGB Variations

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

Color information

#417757 (or 0x417757) is known color: Amazon. HEX triplet: 41, 77 and 57. RGB value is (65,119,87). Sum of RGB (Red+Green+Blue) = 65+119+87=271 (35% of max value = 765). Red value is 65 (25.78% from 255 or 23.99% from 271); Green value is 119 (46.88% from 255 or 43.91% from 271); Blue value is 87 (34.38% from 255 or 32.10% from 271); Max value from RGB is 119 - color contains mainly: green. Hex color #417757 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417757 is #BE88A8. Grayscale: #636363. Windows color (decimal): -12486825 or 5732161. OLE color: 5732161.

HSL color Cylindrical-coordinate representation of color #417757: hue angle of 144.44º degrees, saturation: 0.29, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #417757 is Cyan = 0.45, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 119 87 -
CMYK 0.45 0 0.27 0.53
HSL 144.44º 0.29% 0.36% -
HSV(B) 144.44º 0.45% 0.47% -
XYZ 10.5 15.01 11.36 -
YUV 99.21 121.11 103.6 -
System Red Green Blue C M Y K H S L
Decimal 65 119 87 0.45 0 0.27 0.53 144.44 0.29 0.36
Hex 41 77 57 2D 0 1B 35 90 1D 24
Octal 101 167 127 55 0 33 65 220 35 44
Binary 1000001 1110111 1010111 101101 0 11011 110101 10010000 11101 100100

Color Harmonies of #417757

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417757

Black with #417757

Text Example


Text Example

White with #417757

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417757; }

 p { color: rgb(65,119,87); }

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

background-color css

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

 a { background-color: rgb(65,119,87); }

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

border-color css

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

 span { border-color: rgb(65,119,87); }

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