#418860

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

Shades of Amazon #418860

Tints of Amazon #418860

Color information

#418860 (or 0x418860) is unknown color: approx Amazon. HEX triplet: 41, 88 and 60. RGB value is (65,136,96). Sum of RGB (Red+Green+Blue) = 65+136+96=297 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.89% from 297); Green value is 136 (53.52% from 255 or 45.79% from 297); Blue value is 96 (37.89% from 255 or 32.32% from 297); Max value from RGB is 136 - color contains mainly: green. Hex color #418860 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418860 is #BE779F. Grayscale: #6E6E6E. Windows color (decimal): -12482464 or 6326337. OLE color: 6326337.

HSL color Cylindrical-coordinate representation of color #418860: hue angle of 146.2º 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 #418860 is Cyan = 0.52, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.47.

Color convert

RGB6513696-
CMYK0.5200.290.47
HSL146.2º35.32%39.41%-
HSV(B)146.2º52.21%53.33%-
XYZ13.119.5814.15-
YUV110.21119.9895.75-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.89%
GREEN value IS 136 (53.52% from 255) = 45.79%
BLUE value IS 96 (37.89% from 255) = 32.32%
R=21.89%
G=45.79%
B=32.32%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65136960.5200.290.47146.235.3239.41
Hex4188603401D2F922327
Octal10121014064035572224347
Binary100000110001000110000011010001110110111110010010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418860

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418860; }

 p { color: rgb(65,136,96); }

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

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

 a { background-color: rgb(65,136,96); }

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

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

 span { border-color: rgb(65,136,96); }

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