#418555

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

Shades of Amazon #418555

Tints of Amazon #418555

Color information

#418555 (or 0x418555) is unknown color: approx Amazon. HEX triplet: 41, 85 and 55. RGB value is (65,133,85). Sum of RGB (Red+Green+Blue) = 65+133+85=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 133 (52.34% from 255 or 47.00% from 283); Blue value is 85 (33.59% from 255 or 30.04% from 283); Max value from RGB is 133 - color contains mainly: green. Hex color #418555 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418555 is #BE7AAA. Grayscale: #6B6B6B. Windows color (decimal): -12483243 or 5604673. OLE color: 5604673.

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

Color convert

RGB6513385-
CMYK0.5100.360.48
HSL137.65º34.34%38.82%-
HSV(B)137.65º51.13%52.16%-
XYZ12.2118.5511.53-
YUV107.2115.4797.9-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.97%
GREEN value IS 133 (52.34% from 255) = 47.00%
BLUE value IS 85 (33.59% from 255) = 30.04%
R=22.97%
G=47.00%
B=30.04%

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
Decimal65133850.5100.360.48137.6534.3438.82
Hex41855533024308a2227
Octal10120512563044602124247
Binary1000001100001011010101110011010010011000010001010100010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418555

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418555; }

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

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

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

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

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

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

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

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