#418B5A

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

Shades of Amazon #418B5A

Tints of Amazon #418B5A

Color information

#418B5A (or 0x418B5A) is unknown color: approx Amazon. HEX triplet: 41, 8B and 5A. RGB value is (65,139,90). Sum of RGB (Red+Green+Blue) = 65+139+90=294 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.11% from 294); Green value is 139 (54.69% from 255 or 47.28% from 294); Blue value is 90 (35.55% from 255 or 30.61% from 294); Max value from RGB is 139 - color contains mainly: green. Hex color #418B5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418B5A is #BE74A5. Grayscale: #6F6F6F. Windows color (decimal): -12481702 or 5933889. OLE color: 5933889.

HSL color Cylindrical-coordinate representation of color #418B5A: hue angle of 140.27º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418B5A is Cyan = 0.53, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.45.

Color convert

RGB6513990-
CMYK0.5300.350.45
HSL140.27º36.27%40%-
HSV(B)140.27º53.24%54.51%-
XYZ13.2620.3312.9-
YUV111.29115.9894.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.11%
GREEN value IS 139 (54.69% from 255) = 47.28%
BLUE value IS 90 (35.55% from 255) = 30.61%
R=22.11%
G=47.28%
B=30.61%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal65139900.5300.350.45140.2736.2740
Hex418B5A350232D8c2428
Octal10121313265043552144450
Binary1000001100010111011010110101010001110110110001100100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418B5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418B5A; }

 p { color: rgb(65,139,90); }

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

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

 a { background-color: rgb(65,139,90); }

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

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

 span { border-color: rgb(65,139,90); }

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