Html Css Color HEX #417755 Amazon

📋 copy color: '#417755'

red 65 ◦ green 119 ◦ blue 85

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

Shades of Amazon #417755

Tints of Amazon #417755

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 31.6%

R = 24.16%
G = 44.24%
B = 31.6%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.29

 K value IS 0.53

RGB Variations

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

Color information

#417755 (or 0x417755) is known color: Amazon. HEX triplet: 41, 77 and 55. RGB value is (65,119,85). Sum of RGB (Red+Green+Blue) = 65+119+85=269 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.16% from 269); Green value is 119 (46.88% from 255 or 44.24% from 269); Blue value is 85 (33.59% from 255 or 31.60% from 269); Max value from RGB is 119 - color contains mainly: green. Hex color #417755 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417755 is #BE88AA. Grayscale: #636363. Windows color (decimal): -12486827 or 5601089. OLE color: 5601089.

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

Color convert

RGB 65 119 85 -
CMYK 0.45 0 0.29 0.53
HSL 142.22º 0.29% 0.36% -
HSV(B) 142.22º 0.45% 0.47% -
XYZ 10.42 14.97 10.94 -
YUV 98.98 120.11 103.76 -
System Red Green Blue C M Y K H S L
Decimal 65 119 85 0.45 0 0.29 0.53 142.22 0.29 0.36
Hex 41 77 55 2D 0 1D 35 8E 1D 24
Octal 101 167 125 55 0 35 65 216 35 44
Binary 1000001 1110111 1010101 101101 0 11101 110101 10001110 11101 100100

Color Harmonies of #417755

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417755

Black with #417755

Text Example


Text Example

White with #417755

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417755; }

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

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

background-color css

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

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

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

border-color css

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

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

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