#418757

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

Shades of Amazon #418757

Tints of Amazon #418757

Color information

#418757 (or 0x418757) is unknown color: approx Amazon. HEX triplet: 41, 87 and 57. RGB value is (65,135,87). Sum of RGB (Red+Green+Blue) = 65+135+87=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 135 (53.12% from 255 or 47.04% from 287); Blue value is 87 (34.38% from 255 or 30.31% from 287); Max value from RGB is 135 - color contains mainly: green. Hex color #418757 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418757 is #BE78A8. Grayscale: #6C6C6C. Windows color (decimal): -12482729 or 5736257. OLE color: 5736257.

HSL color Cylindrical-coordinate representation of color #418757: hue angle of 138.86º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #418757 is Cyan = 0.52, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.47.

Color convert

RGB6513587-
CMYK0.5200.360.47
HSL138.86º35%39.22%-
HSV(B)138.86º51.85%52.94%-
XYZ12.5619.1412.05-
YUV108.6115.8196.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.65%
GREEN value IS 135 (53.12% from 255) = 47.04%
BLUE value IS 87 (34.38% from 255) = 30.31%
R=22.65%
G=47.04%
B=30.31%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65135870.5200.360.47138.863539.22
Hex418757340242F8b2327
Octal10120712764044572134347
Binary1000001100001111010111110100010010010111110001011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418757

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418757; }

 p { color: rgb(65,135,87); }

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

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

 a { background-color: rgb(65,135,87); }

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

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

 span { border-color: rgb(65,135,87); }

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