#418753

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

Shades of Amazon #418753

Tints of Amazon #418753

Color information

#418753 (or 0x418753) is unknown color: approx Amazon. HEX triplet: 41, 87 and 53. RGB value is (65,135,83). Sum of RGB (Red+Green+Blue) = 65+135+83=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 135 (53.12% from 255 or 47.70% from 283); Blue value is 83 (32.81% from 255 or 29.33% from 283); Max value from RGB is 135 - color contains mainly: green. Hex color #418753 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418753 is #BE78AC. Grayscale: #6C6C6C. Windows color (decimal): -12482733 or 5474113. OLE color: 5474113.

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

Color convert

RGB6513583-
CMYK0.5200.390.47
HSL135.43º35%39.22%-
HSV(B)135.43º51.85%52.94%-
XYZ12.4119.0811.21-
YUV108.14113.8197.23-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.97%
GREEN value IS 135 (53.12% from 255) = 47.70%
BLUE value IS 83 (32.81% from 255) = 29.33%
R=22.97%
G=47.70%
B=29.33%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65135830.5200.390.47135.433539.22
Hex418753340272F872327
Octal10120712364047572074347
Binary1000001100001111010011110100010011110111110000111100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418753; }

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

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

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

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

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

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

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

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