Html Css Color HEX #417555 Amazon

📋 copy color: '#417555'

red 65 ◦ green 117 ◦ blue 85

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

Shades of Amazon #417555

Tints of Amazon #417555

RGB

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

 GREEN value IS 117 (46.09% from 255) = 43.82%

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

R = 24.34%
G = 43.82%
B = 31.84%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.54

RGB Variations

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

Color information

#417555 (or 0x417555) is known color: Amazon. HEX triplet: 41, 75 and 55. RGB value is (65,117,85). Sum of RGB (Red+Green+Blue) = 65+117+85=267 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.34% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 85 (33.59% from 255 or 31.84% from 267); Max value from RGB is 117 - color contains mainly: green. Hex color #417555 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417555 is #BE8AAA. Grayscale: #616161. Windows color (decimal): -12487339 or 5600577. OLE color: 5600577.

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

Color convert

RGB 65 117 85 -
CMYK 0.44 0 0.27 0.54
HSL 143.08º 0.29% 0.36% -
HSV(B) 143.08º 0.44% 0.46% -
XYZ 10.18 14.5 10.86 -
YUV 97.8 120.77 104.6 -
System Red Green Blue C M Y K H S L
Decimal 65 117 85 0.44 0 0.27 0.54 143.08 0.29 0.36
Hex 41 75 55 2C 0 1B 36 8F 1D 24
Octal 101 165 125 54 0 33 66 217 35 44
Binary 1000001 1110101 1010101 101100 0 11011 110110 10001111 11101 100100

Color Harmonies of #417555

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417555

Black with #417555

Text Example


Text Example

White with #417555

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417555; }

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

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

background-color css

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

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

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

border-color css

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

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

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