#418754

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

Shades of Amazon #418754

Tints of Amazon #418754

Color information

#418754 (or 0x418754) is unknown color: approx Amazon. HEX triplet: 41, 87 and 54. RGB value is (65,135,84). Sum of RGB (Red+Green+Blue) = 65+135+84=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 135 (53.12% from 255 or 47.54% from 284); Blue value is 84 (33.20% from 255 or 29.58% from 284); Max value from RGB is 135 - color contains mainly: green. Hex color #418754 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418754 is #BE78AB. Grayscale: #6C6C6C. Windows color (decimal): -12482732 or 5539649. OLE color: 5539649.

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

Color convert

RGB6513584-
CMYK0.5200.380.47
HSL136.29º35%39.22%-
HSV(B)136.29º51.85%52.94%-
XYZ12.4419.0911.42-
YUV108.26114.3197.15-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 135 (53.12% from 255) = 47.54%
BLUE value IS 84 (33.20% from 255) = 29.58%
R=22.89%
G=47.54%
B=29.58%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65135840.5200.380.47136.293539.22
Hex418754340262F882327
Octal10120712464046572104347
Binary1000001100001111010100110100010011010111110001000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418754

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418754; }

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

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

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

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

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

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

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

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