#417B5C

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

Shades of Amazon #417B5C

Tints of Amazon #417B5C

Color information

#417B5C (or 0x417B5C) is unknown color: approx Amazon. HEX triplet: 41, 7B and 5C. RGB value is (65,123,92). Sum of RGB (Red+Green+Blue) = 65+123+92=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 123 (48.44% from 255 or 43.93% from 280); Blue value is 92 (36.33% from 255 or 32.86% from 280); Max value from RGB is 123 - color contains mainly: green. Hex color #417B5C is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417B5C is #BE84A3. Grayscale: #666666. Windows color (decimal): -12485796 or 6060865. OLE color: 6060865.

HSL color Cylindrical-coordinate representation of color #417B5C: hue angle of 147.93º 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 #417B5C is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.52.

Color convert

RGB6512392-
CMYK0.4700.250.52
HSL147.93º30.85%36.86%-
HSV(B)147.93º47.15%48.24%-
XYZ11.1916.0612.64-
YUV102.12122.28101.52-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 123 (48.44% from 255) = 43.93%
BLUE value IS 92 (36.33% from 255) = 32.86%
R=23.21%
G=43.93%
B=32.86%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal65123920.4700.250.52147.9330.8536.86
Hex417B5C2F01934941f25
Octal10117313457031642243745
Binary1000001111101110111001011110110011101001001010011111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417B5C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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