#418156

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

Shades of Amazon #418156

Tints of Amazon #418156

Color information

#418156 (or 0x418156) is unknown color: approx Amazon. HEX triplet: 41, 81 and 56. RGB value is (65,129,86). Sum of RGB (Red+Green+Blue) = 65+129+86=280 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.21% from 280); Green value is 129 (50.78% from 255 or 46.07% from 280); Blue value is 86 (33.98% from 255 or 30.71% from 280); Max value from RGB is 129 - color contains mainly: green. Hex color #418156 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418156 is #BE7EA9. Grayscale: #696969. Windows color (decimal): -12484266 or 5669185. OLE color: 5669185.

HSL color Cylindrical-coordinate representation of color #418156: hue angle of 139.69º degrees, saturation: 0.33, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #418156 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB6512986-
CMYK0.5000.330.49
HSL139.69º32.99%38.04%-
HSV(B)139.69º49.61%50.59%-
XYZ11.7117.511.56-
YUV104.96117.399.5-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.21%
GREEN value IS 129 (50.78% from 255) = 46.07%
BLUE value IS 86 (33.98% from 255) = 30.71%
R=23.21%
G=46.07%
B=30.71%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65129860.5000.330.49139.6932.9938.04
Hex41815632021318c2126
Octal10120112662041612144146
Binary1000001100000011010110110010010000111000110001100100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418156

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418156; }

 p { color: rgb(65,129,86); }

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

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

 a { background-color: rgb(65,129,86); }

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

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

 span { border-color: rgb(65,129,86); }

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