Html Css Color HEX #417455 Amazon

📋 copy color: '#417455'

red 65 ◦ green 116 ◦ blue 85

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

Shades of Amazon #417455

Tints of Amazon #417455

RGB

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

 GREEN value IS 116 (45.7% from 255) = 43.61%

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

R = 24.44%
G = 43.61%
B = 31.95%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.27

 K value IS 0.55

RGB Variations

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

Color information

#417455 (or 0x417455) is known color: Amazon. HEX triplet: 41, 74 and 55. RGB value is (65,116,85). Sum of RGB (Red+Green+Blue) = 65+116+85=266 (35% of max value = 765). Red value is 65 (25.78% from 255 or 24.44% from 266); Green value is 116 (45.70% from 255 or 43.61% from 266); Blue value is 85 (33.59% from 255 or 31.95% from 266); Max value from RGB is 116 - color contains mainly: green. Hex color #417455 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417455 is #BE8BAA. Grayscale: #616161. Windows color (decimal): -12487595 or 5600321. OLE color: 5600321.

HSL color Cylindrical-coordinate representation of color #417455: hue angle of 143.53º degrees, saturation: 0.28, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #417455 is Cyan = 0.44, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.55.

Color convert

RGB 65 116 85 -
CMYK 0.44 0 0.27 0.55
HSL 143.53º 0.28% 0.35% -
HSV(B) 143.53º 0.44% 0.45% -
XYZ 10.07 14.27 10.82 -
YUV 97.22 121.1 105.02 -
System Red Green Blue C M Y K H S L
Decimal 65 116 85 0.44 0 0.27 0.55 143.53 0.28 0.35
Hex 41 74 55 2C 0 1B 37 90 1C 23
Octal 101 164 125 54 0 33 67 220 34 43
Binary 1000001 1110100 1010101 101100 0 11011 110111 10010000 11100 100011

Color Harmonies of #417455

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417455

Black with #417455

Text Example


Text Example

White with #417455

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417455; }

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

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

background-color css

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

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

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

border-color css

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

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

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