#418258

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

Shades of Amazon #418258

Tints of Amazon #418258

Color information

#418258 (or 0x418258) is unknown color: approx Amazon. HEX triplet: 41, 82 and 58. RGB value is (65,130,88). Sum of RGB (Red+Green+Blue) = 65+130+88=283 (37% of max value = 765). Red value is 65 (25.78% from 255 or 22.97% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 88 (34.77% from 255 or 31.10% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #418258 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #418258 is #BE7DA7. Grayscale: #696969. Windows color (decimal): -12484008 or 5800513. OLE color: 5800513.

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

Color convert

RGB6513088-
CMYK0.5000.320.49
HSL141.23º33.33%38.24%-
HSV(B)141.23º50%50.98%-
XYZ11.9217.7912.04-
YUV105.78117.9798.92-

RGB Variations

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

RGB

RED value IS 65 (25.78% from 255) = 22.97%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 88 (34.77% from 255) = 31.10%
R=22.97%
G=45.94%
B=31.10%

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
Decimal65130880.5000.320.49141.2333.3338.24
Hex41825832020318d2126
Octal10120213062040612154146
Binary1000001100000101011000110010010000011000110001101100001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #418258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #418258; }

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

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

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

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

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

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

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

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