#418553

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

Shades of Amazon #418553

Tints of Amazon #418553

Color information

#418553 (or 0x418553) is unknown color: approx Amazon. HEX triplet: 41, 85 and 53. RGB value is (65,133,83). Sum of RGB (Red+Green+Blue) = 65+133+83=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 133 (52.34% from 255 or 47.33% from 281); Blue value is 83 (32.81% from 255 or 29.54% from 281); Max value from RGB is 133 - color contains mainly: green. Hex color #418553 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418553 is #BE7AAC. Grayscale: #6B6B6B. Windows color (decimal): -12483245 or 5473601. OLE color: 5473601.

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

Color convert

RGB6513383-
CMYK0.5100.380.48
HSL135.88º34.34%38.82%-
HSV(B)135.88º51.13%52.16%-
XYZ12.1318.5211.12-
YUV106.97114.4798.07-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.13%
GREEN value IS 133 (52.34% from 255) = 47.33%
BLUE value IS 83 (32.81% from 255) = 29.54%
R=23.13%
G=47.33%
B=29.54%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65133830.5100.380.48135.8834.3438.82
Hex4185533302630882227
Octal10120512363046602104247
Binary1000001100001011010011110011010011011000010001000100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418553

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418553; }

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

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

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

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

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

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

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

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