#418653

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

Shades of Amazon #418653

Tints of Amazon #418653

Color information

#418653 (or 0x418653) is unknown color: approx Amazon. HEX triplet: 41, 86 and 53. RGB value is (65,134,83). Sum of RGB (Red+Green+Blue) = 65+134+83=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 134 (52.73% from 255 or 47.52% from 282); Blue value is 83 (32.81% from 255 or 29.43% from 282); Max value from RGB is 134 - color contains mainly: green. Hex color #418653 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418653 is #BE79AC. Grayscale: #6B6B6B. Windows color (decimal): -12482989 or 5473857. OLE color: 5473857.

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

Color convert

RGB6513483-
CMYK0.5100.380.47
HSL135.65º34.67%39.02%-
HSV(B)135.65º51.49%52.55%-
XYZ12.2718.811.17-
YUV107.56114.1497.65-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 134 (52.73% from 255) = 47.52%
BLUE value IS 83 (32.81% from 255) = 29.43%
R=23.05%
G=47.52%
B=29.43%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal65134830.5100.380.47135.6534.6739.02
Hex418653330262F882327
Octal10120612363046572104347
Binary1000001100001101010011110011010011010111110001000100011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418653; }

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

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

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

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

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

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

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

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