#418856

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

Shades of Amazon #418856

Tints of Amazon #418856

Color information

#418856 (or 0x418856) is unknown color: approx Amazon. HEX triplet: 41, 88 and 56. RGB value is (65,136,86). Sum of RGB (Red+Green+Blue) = 65+136+86=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 136 (53.52% from 255 or 47.39% from 287); Blue value is 86 (33.98% from 255 or 29.97% from 287); Max value from RGB is 136 - color contains mainly: green. Hex color #418856 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418856 is #BE77A9. Grayscale: #6D6D6D. Windows color (decimal): -12482474 or 5670977. OLE color: 5670977.

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

Color convert

RGB6513686-
CMYK0.5200.370.47
HSL137.75º35.32%39.41%-
HSV(B)137.75º52.21%53.33%-
XYZ12.6619.411.88-
YUV109.07114.9896.57-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.65%
GREEN value IS 136 (53.52% from 255) = 47.39%
BLUE value IS 86 (33.98% from 255) = 29.97%
R=22.65%
G=47.39%
B=29.97%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65136860.5200.370.47137.7535.3239.41
Hex418856340252F8a2327
Octal10121012664045572124347
Binary1000001100010001010110110100010010110111110001010100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418856

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418856; }

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

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

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

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

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

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

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

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