#418861

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

Shades of Amazon #418861

Tints of Amazon #418861

Color information

#418861 (or 0x418861) is unknown color: approx Amazon. HEX triplet: 41, 88 and 61. RGB value is (65,136,97). Sum of RGB (Red+Green+Blue) = 65+136+97=298 (39% of max value = 765). Red value is 65 (25.78% from 255 or 21.81% from 298); Green value is 136 (53.52% from 255 or 45.64% from 298); Blue value is 97 (38.28% from 255 or 32.55% from 298); Max value from RGB is 136 - color contains mainly: green. Hex color #418861 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418861 is #BE779E. Grayscale: #6E6E6E. Windows color (decimal): -12482463 or 6391873. OLE color: 6391873.

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

Color convert

RGB6513697-
CMYK0.5200.290.47
HSL147.04º35.32%39.41%-
HSV(B)147.04º52.21%53.33%-
XYZ13.1419.614.4-
YUV110.32120.4895.67-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 21.81%
GREEN value IS 136 (53.52% from 255) = 45.64%
BLUE value IS 97 (38.28% from 255) = 32.55%
R=21.81%
G=45.64%
B=32.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65136970.5200.290.47147.0435.3239.41
Hex4188613401D2F932327
Octal10121014164035572234347
Binary100000110001000110000111010001110110111110010011100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418861

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418861; }

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

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

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

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

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

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

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

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