#398A4D

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

Shades of Amazon #398A4D

Tints of Amazon #398A4D

Color information

#398A4D (or 0x398A4D) is unknown color: approx Amazon. HEX triplet: 39, 8A and 4D. RGB value is (57,138,77). Sum of RGB (Red+Green+Blue) = 57+138+77=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 138 (54.30% from 255 or 50.74% from 272); Blue value is 77 (30.47% from 255 or 28.31% from 272); Max value from RGB is 138 - color contains mainly: green. Hex color #398A4D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398A4D is #C675B2. Grayscale: #6A6A6A. Windows color (decimal): -13006259 or 5081657. OLE color: 5081657.

HSL color Cylindrical-coordinate representation of color #398A4D: hue angle of 134.81º degrees, saturation: 0.42, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.54% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #398A4D is Cyan = 0.59, Magento = 0, Yellow = 0.44 and Black (K on CMYK) = 0.46.

Color convert

RGB5713877-
CMYK0.5900.440.46
HSL134.81º41.54%38.24%-
HSV(B)134.81º58.7%54.12%-
XYZ12.1219.5810.16-
YUV106.83111.1692.46-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.96%
GREEN value IS 138 (54.30% from 255) = 50.74%
BLUE value IS 77 (30.47% from 255) = 28.31%
R=20.96%
G=50.74%
B=28.31%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.46
SystemRedGreenBlueCMYKHSL
Decimal57138770.5900.440.46134.8141.5438.24
Hex398A4D3B02C2E872a26
Octal7121211573054562075246
Binary111001100010101001101111011010110010111010000111101010100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398A4D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398A4D; }

 p { color: rgb(57,138,77); }

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

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

 a { background-color: rgb(57,138,77); }

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

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

 span { border-color: rgb(57,138,77); }

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