#398355

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

Shades of Amazon #398355

Tints of Amazon #398355

Color information

#398355 (or 0x398355) is unknown color: approx Amazon. HEX triplet: 39, 83 and 55. RGB value is (57,131,85). Sum of RGB (Red+Green+Blue) = 57+131+85=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 131 (51.56% from 255 or 47.99% from 273); Blue value is 85 (33.59% from 255 or 31.14% from 273); Max value from RGB is 131 - color contains mainly: green. Hex color #398355 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398355 is #C67CAA. Grayscale: #676767. Windows color (decimal): -13008043 or 5604153. OLE color: 5604153.

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

Color convert

RGB5713185-
CMYK0.5600.350.49
HSL142.7º39.36%36.86%-
HSV(B)142.7º56.49%51.37%-
XYZ11.4417.7611.42-
YUV103.63117.4894.74-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 131 (51.56% from 255) = 47.99%
BLUE value IS 85 (33.59% from 255) = 31.14%
R=20.88%
G=47.99%
B=31.14%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0
Y (Yellow) values IS 0.35
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal57131850.5600.350.49142.739.3636.86
Hex39835538023318f2725
Octal7120312570043612174745
Binary111001100000111010101111000010001111000110001111100111100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398355

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398355; }

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

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

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

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

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

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

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

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