#417350

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

Shades of Amazon #417350

Tints of Amazon #417350

Color information

#417350 (or 0x417350) is unknown color: approx Amazon. HEX triplet: 41, 73 and 50. RGB value is (65,115,80). Sum of RGB (Red+Green+Blue) = 65+115+80=260 (34% of max value = 765). Red value is 65 (25.78% from 255 or 25% from 260); Green value is 115 (45.31% from 255 or 44.23% from 260); Blue value is 80 (31.64% from 255 or 30.77% from 260); Max value from RGB is 115 - color contains mainly: green. Hex color #417350 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417350 is #BE8CAF. Grayscale: #606060. Windows color (decimal): -12487856 or 5272385. OLE color: 5272385.

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

Color convert

RGB6511580-
CMYK0.4300.300.55
HSL138º27.78%35.29%-
HSV(B)138º43.48%45.1%-
XYZ9.7613.969.77-
YUV96.06118.94105.85-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 25%
GREEN value IS 115 (45.31% from 255) = 44.23%
BLUE value IS 80 (31.64% from 255) = 30.77%
R=25%
G=44.23%
B=30.77%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65115800.4300.300.5513827.7835.29
Hex4173502B01E378a1c23
Octal10116312053036672123443
Binary1000001111001110100001010110111101101111000101011100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417350

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417350; }

 p { color: rgb(65,115,80); }

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

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

 a { background-color: rgb(65,115,80); }

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

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

 span { border-color: rgb(65,115,80); }

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