#398752

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

Shades of Amazon #398752

Tints of Amazon #398752

Color information

#398752 (or 0x398752) is unknown color: approx Amazon. HEX triplet: 39, 87 and 52. RGB value is (57,135,82). Sum of RGB (Red+Green+Blue) = 57+135+82=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 135 (53.12% from 255 or 49.27% from 274); Blue value is 82 (32.42% from 255 or 29.93% from 274); Max value from RGB is 135 - color contains mainly: green. Hex color #398752 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398752 is #C678AD. Grayscale: #696969. Windows color (decimal): -13007022 or 5408569. OLE color: 5408569.

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

Color convert

RGB5713582-
CMYK0.5800.390.47
HSL139.23º40.63%37.65%-
HSV(B)139.23º57.78%52.94%-
XYZ11.8718.8110.99-
YUV105.64114.6693.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 135 (53.12% from 255) = 49.27%
BLUE value IS 82 (32.42% from 255) = 29.93%
R=20.80%
G=49.27%
B=29.93%

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
Decimal57135820.5800.390.47139.2340.6337.65
Hex3987523A0272F8b2926
Octal7120712272047572135146
Binary111001100001111010010111010010011110111110001011101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398752

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398752; }

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

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

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

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

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

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

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

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