#418158

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

Shades of Amazon #418158

Tints of Amazon #418158

Color information

#418158 (or 0x418158) is unknown color: approx Amazon. HEX triplet: 41, 81 and 58. RGB value is (65,129,88). Sum of RGB (Red+Green+Blue) = 65+129+88=282 (37% of max value = 765). Red value is 65 (25.78% from 255 or 23.05% from 282); Green value is 129 (50.78% from 255 or 45.74% from 282); Blue value is 88 (34.77% from 255 or 31.21% from 282); Max value from RGB is 129 - color contains mainly: green. Hex color #418158 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418158 is #BE7EA7. Grayscale: #696969. Windows color (decimal): -12484264 or 5800257. OLE color: 5800257.

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

Color convert

RGB6512988-
CMYK0.5000.320.49
HSL141.56º32.99%38.04%-
HSV(B)141.56º49.61%50.59%-
XYZ11.7917.5311.99-
YUV105.19118.399.33-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 23.05%
GREEN value IS 129 (50.78% from 255) = 45.74%
BLUE value IS 88 (34.77% from 255) = 31.21%
R=23.05%
G=45.74%
B=31.21%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal65129880.5000.320.49141.5632.9938.04
Hex41815832020318e2126
Octal10120113062040612164146
Binary1000001100000011011000110010010000011000110001110100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418158; }

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

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

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

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

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

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

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

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