#418455

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

Shades of Amazon #418455

Tints of Amazon #418455

Color information

#418455 (or 0x418455) is unknown color: approx Amazon. HEX triplet: 41, 84 and 55. RGB value is (65,132,85). Sum of RGB (Red+Green+Blue) = 65+132+85=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 132 (51.95% from 255 or 46.81% from 282); Blue value is 85 (33.59% from 255 or 30.14% from 282); Max value from RGB is 132 - color contains mainly: green. Hex color #418455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418455 is #BE7BAA. Grayscale: #6A6A6A. Windows color (decimal): -12483499 or 5604417. OLE color: 5604417.

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

Color convert

RGB6513285-
CMYK0.5100.360.48
HSL137.91º34.01%38.63%-
HSV(B)137.91º50.76%51.76%-
XYZ12.0718.2811.49-
YUV106.61115.898.32-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 132 (51.95% from 255) = 46.81%
BLUE value IS 85 (33.59% from 255) = 30.14%
R=23.05%
G=46.81%
B=30.14%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal65132850.5100.360.48137.9134.0138.63
Hex41845533024308a2227
Octal10120412563044602124247
Binary1000001100001001010101110011010010011000010001010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418455; }

 p { color: rgb(65,132,85); }

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

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

 a { background-color: rgb(65,132,85); }

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

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

 span { border-color: rgb(65,132,85); }

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