#398655

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

Shades of Amazon #398655

Tints of Amazon #398655

Color information

#398655 (or 0x398655) is unknown color: approx Amazon. HEX triplet: 39, 86 and 55. RGB value is (57,134,85). Sum of RGB (Red+Green+Blue) = 57+134+85=276 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.65% from 276); Green value is 134 (52.73% from 255 or 48.55% from 276); Blue value is 85 (33.59% from 255 or 30.80% from 276); Max value from RGB is 134 - color contains mainly: green. Hex color #398655 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398655 is #C679AA. Grayscale: #696969. Windows color (decimal): -13007275 or 5604921. OLE color: 5604921.

HSL color Cylindrical-coordinate representation of color #398655: hue angle of 141.82º degrees, saturation: 0.4, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #398655 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.47.

Color convert

RGB5713485-
CMYK0.5700.370.47
HSL141.82º40.31%37.45%-
HSV(B)141.82º57.46%52.55%-
XYZ11.8518.5811.56-
YUV105.39116.4993.48-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.65%
GREEN value IS 134 (52.73% from 255) = 48.55%
BLUE value IS 85 (33.59% from 255) = 30.80%
R=20.65%
G=48.55%
B=30.80%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57134850.5700.370.47141.8240.3137.45
Hex398655390252F8e2825
Octal7120612571045572165045
Binary111001100001101010101111001010010110111110001110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398655

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398655; }

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

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

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

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

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

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

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

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