#398550

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

Shades of Amazon #398550

Tints of Amazon #398550

Color information

#398550 (or 0x398550) is unknown color: approx Amazon. HEX triplet: 39, 85 and 50. RGB value is (57,133,80). Sum of RGB (Red+Green+Blue) = 57+133+80=270 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.11% from 270); Green value is 133 (52.34% from 255 or 49.26% from 270); Blue value is 80 (31.64% from 255 or 29.63% from 270); Max value from RGB is 133 - color contains mainly: green. Hex color #398550 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398550 is #C67AAF. Grayscale: #686868. Windows color (decimal): -13007536 or 5276985. OLE color: 5276985.

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

Color convert

RGB5713380-
CMYK0.5700.400.48
HSL138.16º40%37.25%-
HSV(B)138.16º57.14%52.16%-
XYZ11.5218.2210.5-
YUV104.23114.3294.31-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.11%
GREEN value IS 133 (52.34% from 255) = 49.26%
BLUE value IS 80 (31.64% from 255) = 29.63%
R=21.11%
G=49.26%
B=29.63%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.40
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57133800.5700.400.48138.164037.25
Hex39855039028308a2825
Octal7120512071050602125045
Binary111001100001011010000111001010100011000010001010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398550

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398550; }

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

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

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

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

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

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

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

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