#417B5A

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

Shades of Amazon #417B5A

Tints of Amazon #417B5A

Color information

#417B5A (or 0x417B5A) is unknown color: approx Amazon. HEX triplet: 41, 7B and 5A. RGB value is (65,123,90). Sum of RGB (Red+Green+Blue) = 65+123+90=278 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.38% from 278); Green value is 123 (48.44% from 255 or 44.24% from 278); Blue value is 90 (35.55% from 255 or 32.37% from 278); Max value from RGB is 123 - color contains mainly: green. Hex color #417B5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417B5A is #BE84A5. Grayscale: #656565. Windows color (decimal): -12485798 or 5929793. OLE color: 5929793.

HSL color Cylindrical-coordinate representation of color #417B5A: hue angle of 145.86º degrees, saturation: 0.31, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #417B5A is Cyan = 0.47, Magento = 0, Yellow = 0.27 and Black (K on CMYK) = 0.52.

Color convert

RGB6512390-
CMYK0.4700.270.52
HSL145.86º30.85%36.86%-
HSV(B)145.86º47.15%48.24%-
XYZ11.1116.0312.18-
YUV101.9121.28101.68-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.38%
GREEN value IS 123 (48.44% from 255) = 44.24%
BLUE value IS 90 (35.55% from 255) = 32.37%
R=23.38%
G=44.24%
B=32.37%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65123900.4700.270.52145.8630.8536.86
Hex417B5A2F01B34921f25
Octal10117313257033642223745
Binary1000001111101110110101011110110111101001001001011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417B5A; }

 p { color: rgb(65,123,90); }

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

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

 a { background-color: rgb(65,123,90); }

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

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

 span { border-color: rgb(65,123,90); }

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