#398352

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

Shades of Amazon #398352

Tints of Amazon #398352

Color information

#398352 (or 0x398352) is unknown color: approx Amazon. HEX triplet: 39, 83 and 52. RGB value is (57,131,82). Sum of RGB (Red+Green+Blue) = 57+131+82=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 131 (51.56% from 255 or 48.52% from 270); Blue value is 82 (32.42% from 255 or 30.37% from 270); Max value from RGB is 131 - color contains mainly: green. Hex color #398352 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398352 is #C67CAD. Grayscale: #676767. Windows color (decimal): -13008046 or 5407545. OLE color: 5407545.

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

Color convert

RGB5713182-
CMYK0.5600.370.49
HSL140.27º39.36%36.86%-
HSV(B)140.27º56.49%51.37%-
XYZ11.3317.7110.8-
YUV103.29115.9894.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.11%
GREEN value IS 131 (51.56% from 255) = 48.52%
BLUE value IS 82 (32.42% from 255) = 30.37%
R=21.11%
G=48.52%
B=30.37%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57131820.5600.370.49140.2739.3636.86
Hex39835238025318c2725
Octal7120312270045612144745
Binary111001100000111010010111000010010111000110001100100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398352

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398352; }

 p { color: rgb(57,131,82); }

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

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

 a { background-color: rgb(57,131,82); }

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

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

 span { border-color: rgb(57,131,82); }

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