#417451

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

Shades of Amazon #417451

Tints of Amazon #417451

Color information

#417451 (or 0x417451) is unknown color: approx Amazon. HEX triplet: 41, 74 and 51. RGB value is (65,116,81). Sum of RGB (Red+Green+Blue) = 65+116+81=262 (34% of max value = 765). Red value is 65 (25.78% from 255 or 24.81% from 262); Green value is 116 (45.70% from 255 or 44.27% from 262); Blue value is 81 (32.03% from 255 or 30.92% from 262); Max value from RGB is 116 - color contains mainly: green. Hex color #417451 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #417451 is #BE8BAE. Grayscale: #606060. Windows color (decimal): -12487599 or 5338177. OLE color: 5338177.

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

Color convert

RGB6511681-
CMYK0.4400.300.55
HSL138.82º28.18%35.49%-
HSV(B)138.82º43.97%45.49%-
XYZ9.9114.2110-
YUV96.76119.1105.35-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 24.81%
GREEN value IS 116 (45.70% from 255) = 44.27%
BLUE value IS 81 (32.03% from 255) = 30.92%
R=24.81%
G=44.27%
B=30.92%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal65116810.4400.300.55138.8228.1835.49
Hex4174512C01E378b1c23
Octal10116412154036672133443
Binary1000001111010010100011011000111101101111000101111100100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #417451

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #417451; }

 p { color: rgb(65,116,81); }

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

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

 a { background-color: rgb(65,116,81); }

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

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

 span { border-color: rgb(65,116,81); }

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