#398554

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

Shades of Amazon #398554

Tints of Amazon #398554

Color information

#398554 (or 0x398554) is unknown color: approx Amazon. HEX triplet: 39, 85 and 54. RGB value is (57,133,84). Sum of RGB (Red+Green+Blue) = 57+133+84=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 133 (52.34% from 255 or 48.54% from 274); Blue value is 84 (33.20% from 255 or 30.66% from 274); Max value from RGB is 133 - color contains mainly: green. Hex color #398554 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398554 is #C67AAB. Grayscale: #686868. Windows color (decimal): -13007532 or 5539129. OLE color: 5539129.

HSL color Cylindrical-coordinate representation of color #398554: hue angle of 141.32º 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 #398554 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.48.

Color convert

RGB5713384-
CMYK0.5700.370.48
HSL141.32º40%37.25%-
HSV(B)141.32º57.14%52.16%-
XYZ11.6818.2911.3-
YUV104.69116.3293.98-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 133 (52.34% from 255) = 48.54%
BLUE value IS 84 (33.20% from 255) = 30.66%
R=20.80%
G=48.54%
B=30.66%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57133840.5700.370.48141.324037.25
Hex39855439025308d2825
Octal7120512471045602155045
Binary111001100001011010100111001010010111000010001101101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398554

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398554; }

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

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

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

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

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

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

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

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