#417053

Color #417053 Amazon (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Amazon #417053

Tints of Amazon #417053

Color information

#417053 (or 0x417053) is unknown color: approx Amazon. HEX triplet: 41, 70 and 53. RGB value is (65,112,83). Sum of RGB (Red+Green+Blue) = 65+112+83=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 112 (44.14% from 255 or 43.08% from 260); Blue value is 83 (32.81% from 255 or 31.92% from 260); Max value from RGB is 112 - color contains mainly: green. Hex color #417053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417053 is #BE8FAC. Grayscale: #5E5E5E. Windows color (decimal): -12488621 or 5468225. OLE color: 5468225.

HSL color Cylindrical-coordinate representation of color #417053: hue angle of 142.98º 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 #417053 is Cyan = 0.42, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.56.

Color convert

RGB6511283-
CMYK0.4200.260.56
HSL142.98º26.55%34.71%-
HSV(B)142.98º41.96%43.92%-
XYZ9.5413.3410.26-
YUV94.64121.43106.86-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 112 (44.14% from 255) = 43.08%
BLUE value IS 83 (32.81% from 255) = 31.92%
R=25%
G=43.08%
B=31.92%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal65112830.4200.260.56142.9826.5534.71
Hex4170532A01A388f1b23
Octal10116012352032702173343
Binary1000001111000010100111010100110101110001000111111011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417053; }

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

 H1.HeaderClassName
 {
   color: #417053;
 }
 .AnyTagClassName
 {
   color: #417053;
 }
</style>
background-color css

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

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

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

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

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

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