Html Css Color HEX #417753 Amazon

📋 copy color: '#417753'

red 65 ◦ green 119 ◦ blue 83

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

Shades of Amazon #417753

Tints of Amazon #417753

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 31.09%

R = 24.34%
G = 44.57%
B = 31.09%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#417753 (or 0x417753) is known color: Amazon. HEX triplet: 41, 77 and 53. RGB value is (65,119,83). Sum of RGB (Red+Green+Blue) = 65+119+83=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 119 (46.88% from 255 or 44.57% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 119 - color contains mainly: green. Hex color #417753 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417753 is #BE88AC. Grayscale: #626262. Windows color (decimal): -12486829 or 5470017. OLE color: 5470017.

HSL color Cylindrical-coordinate representation of color #417753: hue angle of 140º 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 #417753 is Cyan = 0.45, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 65 119 83 -
CMYK 0.45 0 0.30 0.53
HSL 140º 0.29% 0.36% -
HSV(B) 140º 0.45% 0.47% -
XYZ 10.34 14.94 10.52 -
YUV 98.75 119.11 103.93 -
System Red Green Blue C M Y K H S L
Decimal 65 119 83 0.45 0 0.30 0.53 140 0.29 0.36
Hex 41 77 53 2D 0 1E 35 8C 1D 24
Octal 101 167 123 55 0 36 65 214 35 44
Binary 1000001 1110111 1010011 101101 0 11110 110101 10001100 11101 100100

Color Harmonies of #417753

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417753

Black with #417753

Text Example


Text Example

White with #417753

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417753; }

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

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

background-color css

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

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

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

border-color css

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

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

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