#398852

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

Shades of Amazon #398852

Tints of Amazon #398852

Color information

#398852 (or 0x398852) is unknown color: approx Amazon. HEX triplet: 39, 88 and 52. RGB value is (57,136,82). Sum of RGB (Red+Green+Blue) = 57+136+82=275 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.73% from 275); Green value is 136 (53.52% from 255 or 49.45% from 275); Blue value is 82 (32.42% from 255 or 29.82% from 275); Max value from RGB is 136 - color contains mainly: green. Hex color #398852 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398852 is #C677AD. Grayscale: #6A6A6A. Windows color (decimal): -13006766 or 5408825. OLE color: 5408825.

HSL color Cylindrical-coordinate representation of color #398852: hue angle of 138.99º 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 #398852 is Cyan = 0.58, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.47.

Color convert

RGB5713682-
CMYK0.5800.400.47
HSL138.99º40.93%37.84%-
HSV(B)138.99º58.09%53.33%-
XYZ12.0119.0911.03-
YUV106.22114.3392.89-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.73%
GREEN value IS 136 (53.52% from 255) = 49.45%
BLUE value IS 82 (32.42% from 255) = 29.82%
R=20.73%
G=49.45%
B=29.82%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57136820.5800.400.47138.9940.9337.84
Hex3988523A0282F8b2926
Octal7121012272050572135146
Binary111001100010001010010111010010100010111110001011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398852

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398852; }

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

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

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

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

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

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

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

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