#418053

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

Shades of Amazon #418053

Tints of Amazon #418053

Color information

#418053 (or 0x418053) is unknown color: approx Amazon. HEX triplet: 41, 80 and 53. RGB value is (65,128,83). Sum of RGB (Red+Green+Blue) = 65+128+83=276 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.55% from 276); Green value is 128 (50.39% from 255 or 46.38% from 276); Blue value is 83 (32.81% from 255 or 30.07% from 276); Max value from RGB is 128 - color contains mainly: green. Hex color #418053 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418053 is #BE7FAC. Grayscale: #686868. Windows color (decimal): -12484525 or 5472321. OLE color: 5472321.

HSL color Cylindrical-coordinate representation of color #418053: hue angle of 137.14º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #418053 is Cyan = 0.49, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB6512883-
CMYK0.4900.350.50
HSL137.14º32.64%37.84%-
HSV(B)137.14º49.22%50.2%-
XYZ11.4617.1910.9-
YUV104.03116.13100.16-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.55%
GREEN value IS 128 (50.39% from 255) = 46.38%
BLUE value IS 83 (32.81% from 255) = 30.07%
R=23.55%
G=46.38%
B=30.07%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65128830.4900.350.50137.1432.6437.84
Hex4180533102332892126
Octal10120012361043622114146
Binary1000001100000001010011110001010001111001010001001100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418053

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418053; }

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

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

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

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

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

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

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

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