#398452

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

Shades of Amazon #398452

Tints of Amazon #398452

Color information

#398452 (or 0x398452) is unknown color: approx Amazon. HEX triplet: 39, 84 and 52. RGB value is (57,132,82). Sum of RGB (Red+Green+Blue) = 57+132+82=271 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.03% from 271); Green value is 132 (51.95% from 255 or 48.71% from 271); Blue value is 82 (32.42% from 255 or 30.26% from 271); Max value from RGB is 132 - color contains mainly: green. Hex color #398452 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398452 is #C67BAD. Grayscale: #676767. Windows color (decimal): -13007790 or 5407801. OLE color: 5407801.

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

Color convert

RGB5713282-
CMYK0.5700.380.48
HSL140º39.68%37.06%-
HSV(B)140º56.82%51.76%-
XYZ11.4617.9810.85-
YUV103.87115.6594.57-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.03%
GREEN value IS 132 (51.95% from 255) = 48.71%
BLUE value IS 82 (32.42% from 255) = 30.26%
R=21.03%
G=48.71%
B=30.26%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.38
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57132820.5700.380.4814039.6837.06
Hex39845239026308c2825
Octal7120412271046602145045
Binary111001100001001010010111001010011011000010001100101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398452

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398452; }

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

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

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

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

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

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

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

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