Html Css Color HEX #417055 Amazon

📋 copy color: '#417055'

red 65 ◦ green 112 ◦ blue 85

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

Shades of Amazon #417055

Tints of Amazon #417055

RGB

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

 GREEN value IS 112 (44.14% from 255) = 42.75%

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

R = 24.81%
G = 42.75%
B = 32.44%

CMYK

 C value IS 0.42

 M value IS 0

 Y value IS 0.24

 K value IS 0.56

RGB Variations

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

Color information

#417055 (or 0x417055) is known color: Amazon. HEX triplet: 41, 70 and 55. RGB value is (65,112,85). Sum of RGB (Red+Green+Blue) = 65+112+85=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 112 (44.14% from 255 or 42.75% from 262); Blue value is 85 (33.59% from 255 or 32.44% from 262); Max value from RGB is 112 - color contains mainly: green. Hex color #417055 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417055 is #BE8FAA. Grayscale: #5E5E5E. Windows color (decimal): -12488619 or 5599297. OLE color: 5599297.

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

Color convert

RGB 65 112 85 -
CMYK 0.42 0 0.24 0.56
HSL 145.53º 0.27% 0.35% -
HSV(B) 145.53º 0.42% 0.44% -
XYZ 9.61 13.37 10.67 -
YUV 94.87 122.43 106.7 -
System Red Green Blue C M Y K H S L
Decimal 65 112 85 0.42 0 0.24 0.56 145.53 0.27 0.35
Hex 41 70 55 2A 0 18 38 92 1B 23
Octal 101 160 125 52 0 30 70 222 33 43
Binary 1000001 1110000 1010101 101010 0 11000 111000 10010010 11011 100011

Color Harmonies of #417055

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #417055

Black with #417055

Text Example


Text Example

White with #417055

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #417055; }

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

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

background-color css

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

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

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

border-color css

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

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

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