#418960

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

Shades of Amazon #418960

Tints of Amazon #418960

Color information

#418960 (or 0x418960) is unknown color: approx Amazon. HEX triplet: 41, 89 and 60. RGB value is (65,137,96). Sum of RGB (Red+Green+Blue) = 65+137+96=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 137 (53.91% from 255 or 45.97% from 298); Blue value is 96 (37.89% from 255 or 32.21% from 298); Max value from RGB is 137 - color contains mainly: green. Hex color #418960 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418960 is #BE769F. Grayscale: #6E6E6E. Windows color (decimal): -12482208 or 6326593. OLE color: 6326593.

HSL color Cylindrical-coordinate representation of color #418960: hue angle of 145.83º degrees, saturation: 0.36, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #418960 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.46.

Color convert

RGB6513796-
CMYK0.5300.300.46
HSL145.83º35.64%39.61%-
HSV(B)145.83º52.55%53.73%-
XYZ13.2419.8614.2-
YUV110.8119.6595.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.81%
GREEN value IS 137 (53.91% from 255) = 45.97%
BLUE value IS 96 (37.89% from 255) = 32.21%
R=21.81%
G=45.97%
B=32.21%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.30
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal65137960.5300.300.46145.8335.6439.61
Hex4189603501E2E922428
Octal10121114065036562224450
Binary100000110001001110000011010101111010111010010010100100101000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418960

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418960; }

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

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

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

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

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

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

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

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