#398949

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

Shades of Amazon #398949

Tints of Amazon #398949

Color information

#398949 (or 0x398949) is unknown color: approx Amazon. HEX triplet: 39, 89 and 49. RGB value is (57,137,73). Sum of RGB (Red+Green+Blue) = 57+137+73=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 137 (53.91% from 255 or 51.31% from 267); Blue value is 73 (28.91% from 255 or 27.34% from 267); Max value from RGB is 137 - color contains mainly: green. Hex color #398949 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #398949 is #C676B6. Grayscale: #696969. Windows color (decimal): -13006519 or 4819257. OLE color: 4819257.

HSL color Cylindrical-coordinate representation of color #398949: hue angle of 132º degrees, saturation: 0.41, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #398949 is Cyan = 0.58, Magento = 0, Yellow = 0.47 and Black (K on CMYK) = 0.46.

Color convert

RGB5713773-
CMYK0.5800.470.46
HSL132º41.24%38.04%-
HSV(B)132º58.39%53.73%-
XYZ11.8419.249.39-
YUV105.78109.593.2-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.35%
GREEN value IS 137 (53.91% from 255) = 51.31%
BLUE value IS 73 (28.91% from 255) = 27.34%
R=21.35%
G=51.31%
B=27.34%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57137730.5800.470.4613241.2438.04
Hex3989493A02F2E842926
Octal7121111172057562045146
Binary111001100010011001001111010010111110111010000100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398949

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398949; }

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

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

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

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

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

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

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

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