#418557

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

Shades of Amazon #418557

Tints of Amazon #418557

Color information

#418557 (or 0x418557) is unknown color: approx Amazon. HEX triplet: 41, 85 and 57. RGB value is (65,133,87). Sum of RGB (Red+Green+Blue) = 65+133+87=285 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.81% from 285); Green value is 133 (52.34% from 255 or 46.67% from 285); Blue value is 87 (34.38% from 255 or 30.53% from 285); Max value from RGB is 133 - color contains mainly: green. Hex color #418557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418557 is #BE7AA8. Grayscale: #6B6B6B. Windows color (decimal): -12483241 or 5735745. OLE color: 5735745.

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

Color convert

RGB6513387-
CMYK0.5100.350.48
HSL139.41º34.34%38.82%-
HSV(B)139.41º51.13%52.16%-
XYZ12.2918.5911.96-
YUV107.42116.4797.74-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.81%
GREEN value IS 133 (52.34% from 255) = 46.67%
BLUE value IS 87 (34.38% from 255) = 30.53%
R=22.81%
G=46.67%
B=30.53%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65133870.5100.350.48139.4134.3438.82
Hex41855733023308b2227
Octal10120512763043602134247
Binary1000001100001011010111110011010001111000010001011100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418557; }

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

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

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

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

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

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

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

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