#398549

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

Shades of Amazon #398549

Tints of Amazon #398549

Color information

#398549 (or 0x398549) is unknown color: approx Amazon. HEX triplet: 39, 85 and 49. RGB value is (57,133,73). Sum of RGB (Red+Green+Blue) = 57+133+73=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 133 (52.34% from 255 or 50.57% from 263); Blue value is 73 (28.91% from 255 or 27.76% from 263); Max value from RGB is 133 - color contains mainly: green. Hex color #398549 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398549 is #C67AB6. Grayscale: #676767. Windows color (decimal): -13007543 or 4818233. OLE color: 4818233.

HSL color Cylindrical-coordinate representation of color #398549: hue angle of 132.63º 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 #398549 is Cyan = 0.57, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.48.

Color convert

RGB5713373-
CMYK0.5700.450.48
HSL132.63º40%37.25%-
HSV(B)132.63º57.14%52.16%-
XYZ11.2818.139.21-
YUV103.44110.8294.88-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.67%
GREEN value IS 133 (52.34% from 255) = 50.57%
BLUE value IS 73 (28.91% from 255) = 27.76%
R=21.67%
G=50.57%
B=27.76%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.45
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57133730.5700.450.48132.634037.25
Hex3985493902D30852825
Octal7120511171055602055045
Binary111001100001011001001111001010110111000010000101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398549

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398549; }

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

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

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

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

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

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

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

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