#398557

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

Shades of Amazon #398557

Tints of Amazon #398557

Color information

#398557 (or 0x398557) is unknown color: approx Amazon. HEX triplet: 39, 85 and 57. RGB value is (57,133,87). Sum of RGB (Red+Green+Blue) = 57+133+87=277 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.58% from 277); Green value is 133 (52.34% from 255 or 48.01% from 277); Blue value is 87 (34.38% from 255 or 31.41% from 277); Max value from RGB is 133 - color contains mainly: green. Hex color #398557 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398557 is #C67AA8. Grayscale: #696969. Windows color (decimal): -13007529 or 5735737. OLE color: 5735737.

HSL color Cylindrical-coordinate representation of color #398557: hue angle of 143.68º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398557 is Cyan = 0.57, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.48.

Color convert

RGB5713387-
CMYK0.5700.350.48
HSL143.68º40%37.25%-
HSV(B)143.68º57.14%52.16%-
XYZ11.818.3311.93-
YUV105.03117.8293.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.58%
GREEN value IS 133 (52.34% from 255) = 48.01%
BLUE value IS 87 (34.38% from 255) = 31.41%
R=20.58%
G=48.01%
B=31.41%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57133870.5700.350.48143.684037.25
Hex3985573902330902825
Octal7120512771043602205045
Binary111001100001011010111111001010001111000010010000101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398557

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398557; }

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

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

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

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

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

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

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

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