#418853

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

Shades of Amazon #418853

Tints of Amazon #418853

Color information

#418853 (or 0x418853) is unknown color: approx Amazon. HEX triplet: 41, 88 and 53. RGB value is (65,136,83). Sum of RGB (Red+Green+Blue) = 65+136+83=284 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.89% from 284); Green value is 136 (53.52% from 255 or 47.89% from 284); Blue value is 83 (32.81% from 255 or 29.23% from 284); Max value from RGB is 136 - color contains mainly: green. Hex color #418853 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418853 is #BE77AC. Grayscale: #6C6C6C. Windows color (decimal): -12482477 or 5474369. OLE color: 5474369.

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

Color convert

RGB6513683-
CMYK0.5200.390.47
HSL135.21º35.32%39.41%-
HSV(B)135.21º52.21%53.33%-
XYZ12.5519.3611.26-
YUV108.73113.4896.81-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.89%
GREEN value IS 136 (53.52% from 255) = 47.89%
BLUE value IS 83 (32.81% from 255) = 29.23%
R=22.89%
G=47.89%
B=29.23%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65136830.5200.390.47135.2135.3239.41
Hex418853340272F872327
Octal10121012364047572074347
Binary1000001100010001010011110100010011110111110000111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418853

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418853; }

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

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

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

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

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

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

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

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