#418756

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

Shades of Amazon #418756

Tints of Amazon #418756

Color information

#418756 (or 0x418756) is unknown color: approx Amazon. HEX triplet: 41, 87 and 56. RGB value is (65,135,86). Sum of RGB (Red+Green+Blue) = 65+135+86=286 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.73% from 286); Green value is 135 (53.12% from 255 or 47.20% from 286); Blue value is 86 (33.98% from 255 or 30.07% from 286); Max value from RGB is 135 - color contains mainly: green. Hex color #418756 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418756 is #BE78A9. Grayscale: #6C6C6C. Windows color (decimal): -12482730 or 5670721. OLE color: 5670721.

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

Color convert

RGB6513586-
CMYK0.5200.360.47
HSL138º35%39.22%-
HSV(B)138º51.85%52.94%-
XYZ12.5219.1211.84-
YUV108.48115.3196.98-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.73%
GREEN value IS 135 (53.12% from 255) = 47.20%
BLUE value IS 86 (33.98% from 255) = 30.07%
R=22.73%
G=47.20%
B=30.07%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65135860.5200.360.471383539.22
Hex418756340242F8a2327
Octal10120712664044572124347
Binary1000001100001111010110110100010010010111110001010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418756

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418756; }

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

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

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

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

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

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

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

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