#418157

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

Shades of Amazon #418157

Tints of Amazon #418157

Color information

#418157 (or 0x418157) is unknown color: approx Amazon. HEX triplet: 41, 81 and 57. RGB value is (65,129,87). Sum of RGB (Red+Green+Blue) = 65+129+87=281 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.13% from 281); Green value is 129 (50.78% from 255 or 45.91% from 281); Blue value is 87 (34.38% from 255 or 30.96% from 281); Max value from RGB is 129 - color contains mainly: green. Hex color #418157 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418157 is #BE7EA8. Grayscale: #696969. Windows color (decimal): -12484265 or 5734721. OLE color: 5734721.

HSL color Cylindrical-coordinate representation of color #418157: hue angle of 140.62º 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 #418157 is Cyan = 0.50, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.49.

Color convert

RGB6512987-
CMYK0.5000.330.49
HSL140.62º32.99%38.04%-
HSV(B)140.62º49.61%50.59%-
XYZ11.7517.5111.78-
YUV105.08117.899.42-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.13%
GREEN value IS 129 (50.78% from 255) = 45.91%
BLUE value IS 87 (34.38% from 255) = 30.96%
R=23.13%
G=45.91%
B=30.96%

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
Decimal65129870.5000.330.49140.6232.9938.04
Hex41815732021318d2126
Octal10120112762041612154146
Binary1000001100000011010111110010010000111000110001101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418157

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418157; }

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

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

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

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

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

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

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

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