#418858

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

Shades of Amazon #418858

Tints of Amazon #418858

Color information

#418858 (or 0x418858) is unknown color: approx Amazon. HEX triplet: 41, 88 and 58. RGB value is (65,136,88). Sum of RGB (Red+Green+Blue) = 65+136+88=289 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.49% from 289); Green value is 136 (53.52% from 255 or 47.06% from 289); Blue value is 88 (34.77% from 255 or 30.45% from 289); Max value from RGB is 136 - color contains mainly: green. Hex color #418858 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418858 is #BE77A7. Grayscale: #6D6D6D. Windows color (decimal): -12482472 or 5802049. OLE color: 5802049.

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

Color convert

RGB6513688-
CMYK0.5200.350.47
HSL139.44º35.32%39.41%-
HSV(B)139.44º52.21%53.33%-
XYZ12.7519.4412.31-
YUV109.3115.9896.4-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.49%
GREEN value IS 136 (53.52% from 255) = 47.06%
BLUE value IS 88 (34.77% from 255) = 30.45%
R=22.49%
G=47.06%
B=30.45%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65136880.5200.350.47139.4435.3239.41
Hex418858340232F8b2327
Octal10121013064043572134347
Binary1000001100010001011000110100010001110111110001011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418858

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418858; }

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

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

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

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

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

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

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

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