#398257

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

Shades of Amazon #398257

Tints of Amazon #398257

Color information

#398257 (or 0x398257) is unknown color: approx Amazon. HEX triplet: 39, 82 and 57. RGB value is (57,130,87). Sum of RGB (Red+Green+Blue) = 57+130+87=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 130 (51.17% from 255 or 47.45% from 274); Blue value is 87 (34.38% from 255 or 31.75% from 274); Max value from RGB is 130 - color contains mainly: green. Hex color #398257 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398257 is #C67DA8. Grayscale: #676767. Windows color (decimal): -13008297 or 5734969. OLE color: 5734969.

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

Color convert

RGB5713087-
CMYK0.5600.330.49
HSL144.66º39.04%36.67%-
HSV(B)144.66º56.15%50.98%-
XYZ11.3917.5211.8-
YUV103.27118.8295-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 130 (51.17% from 255) = 47.45%
BLUE value IS 87 (34.38% from 255) = 31.75%
R=20.80%
G=47.45%
B=31.75%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.33
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57130870.5600.330.49144.6639.0436.67
Hex3982573802131912725
Octal7120212770041612214745
Binary111001100000101010111111000010000111000110010001100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398257

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398257; }

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

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

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

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

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

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

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

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