#398750

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

Shades of Amazon #398750

Tints of Amazon #398750

Color information

#398750 (or 0x398750) is unknown color: approx Amazon. HEX triplet: 39, 87 and 50. RGB value is (57,135,80). Sum of RGB (Red+Green+Blue) = 57+135+80=272 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.96% from 272); Green value is 135 (53.12% from 255 or 49.63% from 272); Blue value is 80 (31.64% from 255 or 29.41% from 272); Max value from RGB is 135 - color contains mainly: green. Hex color #398750 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398750 is #C678AF. Grayscale: #696969. Windows color (decimal): -13007024 or 5277497. OLE color: 5277497.

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

Color convert

RGB5713580-
CMYK0.5800.410.47
HSL137.69º40.63%37.65%-
HSV(B)137.69º57.78%52.94%-
XYZ11.818.7810.59-
YUV105.41113.6693.47-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.96%
GREEN value IS 135 (53.12% from 255) = 49.63%
BLUE value IS 80 (31.64% from 255) = 29.41%
R=20.96%
G=49.63%
B=29.41%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0
Y (Yellow) values IS 0.41
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal57135800.5800.410.47137.6940.6337.65
Hex3987503A0292F8a2926
Octal7120712072051572125146
Binary111001100001111010000111010010100110111110001010101001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398750

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398750; }

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

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

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

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

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

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

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

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