#418052

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

Shades of Amazon #418052

Tints of Amazon #418052

Color information

#418052 (or 0x418052) is unknown color: approx Amazon. HEX triplet: 41, 80 and 52. RGB value is (65,128,82). Sum of RGB (Red+Green+Blue) = 65+128+82=275 (36% of max value = 765). Red value is 65 (25.78% from 255 or 23.64% from 275); Green value is 128 (50.39% from 255 or 46.55% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 128 - color contains mainly: green. Hex color #418052 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418052 is #BE7FAD. Grayscale: #686868. Windows color (decimal): -12484526 or 5406785. OLE color: 5406785.

HSL color Cylindrical-coordinate representation of color #418052: hue angle of 136.19º 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 #418052 is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.50.

Color convert

RGB6512882-
CMYK0.4900.360.50
HSL136.19º32.64%37.84%-
HSV(B)136.19º49.22%50.2%-
XYZ11.4217.1710.7-
YUV103.92115.63100.24-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.64%
GREEN value IS 128 (50.39% from 255) = 46.55%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=23.64%
G=46.55%
B=29.82%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal65128820.4900.360.50136.1932.6437.84
Hex4180523102432882126
Octal10120012261044622104146
Binary1000001100000001010010110001010010011001010001000100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418052

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418052; }

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

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

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

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

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

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

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

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