#398260

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

Shades of Amazon #398260

Tints of Amazon #398260

Color information

#398260 (or 0x398260) is unknown color: approx Amazon. HEX triplet: 39, 82 and 60. RGB value is (57,130,96). Sum of RGB (Red+Green+Blue) = 57+130+96=283 (37% of max value = 765). Red value is 57 (22.66% from 255 or 20.14% from 283); Green value is 130 (51.17% from 255 or 45.94% from 283); Blue value is 96 (37.89% from 255 or 33.92% from 283); Max value from RGB is 130 - color contains mainly: green. Hex color #398260 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398260 is #C67D9F. Grayscale: #686868. Windows color (decimal): -13008288 or 6324793. OLE color: 6324793.

HSL color Cylindrical-coordinate representation of color #398260: hue angle of 152.05º degrees, saturation: 0.39, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #398260 is Cyan = 0.56, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.49.

Color convert

RGB5713096-
CMYK0.5600.260.49
HSL152.05º39.04%36.67%-
HSV(B)152.05º56.15%50.98%-
XYZ11.7817.6813.86-
YUV104.3123.3294.26-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.14%
GREEN value IS 130 (51.17% from 255) = 45.94%
BLUE value IS 96 (37.89% from 255) = 33.92%
R=20.14%
G=45.94%
B=33.92%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57130960.5600.260.49152.0539.0436.67
Hex3982603801A31982725
Octal7120214070032612304745
Binary11100110000010110000011100001101011000110011000100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398260

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398260; }

 p { color: rgb(57,130,96); }

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

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

 a { background-color: rgb(57,130,96); }

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

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

 span { border-color: rgb(57,130,96); }

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