#418760

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

Shades of Amazon #418760

Tints of Amazon #418760

Color information

#418760 (or 0x418760) is unknown color: approx Amazon. HEX triplet: 41, 87 and 60. RGB value is (65,135,96). Sum of RGB (Red+Green+Blue) = 65+135+96=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 135 (53.12% from 255 or 45.61% from 296); Blue value is 96 (37.89% from 255 or 32.43% from 296); Max value from RGB is 135 - color contains mainly: green. Hex color #418760 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418760 is #BE789F. Grayscale: #6D6D6D. Windows color (decimal): -12482720 or 6326081. OLE color: 6326081.

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

Color convert

RGB6513596-
CMYK0.5200.290.47
HSL146.57º35%39.22%-
HSV(B)146.57º51.85%52.94%-
XYZ12.9619.314.11-
YUV109.62120.3196.17-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.96%
GREEN value IS 135 (53.12% from 255) = 45.61%
BLUE value IS 96 (37.89% from 255) = 32.43%
R=21.96%
G=45.61%
B=32.43%

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
Decimal65135960.5200.290.47146.573539.22
Hex4187603401D2F932327
Octal10120714064035572234347
Binary100000110000111110000011010001110110111110010011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418760

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418760; }

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

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

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

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

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

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

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

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