#418661

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

Shades of Amazon #418661

Tints of Amazon #418661

Color information

#418661 (or 0x418661) is unknown color: approx Amazon. HEX triplet: 41, 86 and 61. RGB value is (65,134,97). Sum of RGB (Red+Green+Blue) = 65+134+97=296 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.96% from 296); Green value is 134 (52.73% from 255 or 45.27% from 296); Blue value is 97 (38.28% from 255 or 32.77% from 296); Max value from RGB is 134 - color contains mainly: green. Hex color #418661 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418661 is #BE799E. Grayscale: #6D6D6D. Windows color (decimal): -12482975 or 6391361. OLE color: 6391361.

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

Color convert

RGB6513497-
CMYK0.5100.280.47
HSL147.83º34.67%39.02%-
HSV(B)147.83º51.49%52.55%-
XYZ12.8619.0414.31-
YUV109.15121.1496.51-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.96%
GREEN value IS 134 (52.73% from 255) = 45.27%
BLUE value IS 97 (38.28% from 255) = 32.77%
R=21.96%
G=45.27%
B=32.77%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.28
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65134970.5100.280.47147.8334.6739.02
Hex4186613301C2F942327
Octal10120614163034572244347
Binary100000110000110110000111001101110010111110010100100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418661

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418661; }

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

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

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

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

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

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

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

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