#398753

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

Shades of Amazon #398753

Tints of Amazon #398753

Color information

#398753 (or 0x398753) is unknown color: approx Amazon. HEX triplet: 39, 87 and 53. RGB value is (57,135,83). Sum of RGB (Red+Green+Blue) = 57+135+83=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 135 (53.12% from 255 or 49.09% from 275); Blue value is 83 (32.81% from 255 or 30.18% from 275); Max value from RGB is 135 - color contains mainly: green. Hex color #398753 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398753 is #C678AC. Grayscale: #696969. Windows color (decimal): -13007021 or 5474105. OLE color: 5474105.

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

Color convert

RGB5713583-
CMYK0.5800.390.47
HSL140º40.63%37.65%-
HSV(B)140º57.78%52.94%-
XYZ11.9118.8211.19-
YUV105.75115.1693.23-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.73%
GREEN value IS 135 (53.12% from 255) = 49.09%
BLUE value IS 83 (32.81% from 255) = 30.18%
R=20.73%
G=49.09%
B=30.18%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57135830.5800.390.4714040.6337.65
Hex3987533A0272F8c2926
Octal7120712372047572145146
Binary111001100001111010011111010010011110111110001100101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398753; }

 p { color: rgb(57,135,83); }

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

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

 a { background-color: rgb(57,135,83); }

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

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

 span { border-color: rgb(57,135,83); }

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