#418658

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

Shades of Amazon #418658

Tints of Amazon #418658

Color information

#418658 (or 0x418658) is unknown color: approx Amazon. HEX triplet: 41, 86 and 58. RGB value is (65,134,88). Sum of RGB (Red+Green+Blue) = 65+134+88=287 (38% of max value = 765). Red value is 65 (25.78% from 255 or 22.65% from 287); Green value is 134 (52.73% from 255 or 46.69% from 287); Blue value is 88 (34.77% from 255 or 30.66% from 287); Max value from RGB is 134 - color contains mainly: green. Hex color #418658 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418658 is #BE79A7. Grayscale: #6C6C6C. Windows color (decimal): -12482984 or 5801537. OLE color: 5801537.

HSL color Cylindrical-coordinate representation of color #418658: hue angle of 140º degrees, saturation: 0.35, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #418658 is Cyan = 0.51, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.47.

Color convert

RGB6513488-
CMYK0.5100.340.47
HSL140º34.67%39.02%-
HSV(B)140º51.49%52.55%-
XYZ12.4718.8812.22-
YUV108.12116.6497.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.65%
GREEN value IS 134 (52.73% from 255) = 46.69%
BLUE value IS 88 (34.77% from 255) = 30.66%
R=22.65%
G=46.69%
B=30.66%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.34
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65134880.5100.340.4714034.6739.02
Hex418658330222F8c2327
Octal10120613063042572144347
Binary1000001100001101011000110011010001010111110001100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418658

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418658; }

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

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

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

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

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

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

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

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