#398455

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

Shades of Amazon #398455

Tints of Amazon #398455

Color information

#398455 (or 0x398455) is unknown color: approx Amazon. HEX triplet: 39, 84 and 55. RGB value is (57,132,85). Sum of RGB (Red+Green+Blue) = 57+132+85=274 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.80% from 274); Green value is 132 (51.95% from 255 or 48.18% from 274); Blue value is 85 (33.59% from 255 or 31.02% from 274); Max value from RGB is 132 - color contains mainly: green. Hex color #398455 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398455 is #C67BAA. Grayscale: #686868. Windows color (decimal): -13007787 or 5604409. OLE color: 5604409.

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

Color convert

RGB5713285-
CMYK0.5700.360.48
HSL142.4º39.68%37.06%-
HSV(B)142.4º56.82%51.76%-
XYZ11.5818.0311.46-
YUV104.22117.1594.32-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.80%
GREEN value IS 132 (51.95% from 255) = 48.18%
BLUE value IS 85 (33.59% from 255) = 31.02%
R=20.80%
G=48.18%
B=31.02%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57132850.5700.360.48142.439.6837.06
Hex39845539024308e2825
Octal7120412571044602165045
Binary111001100001001010101111001010010011000010001110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398455

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398455; }

 p { color: rgb(57,132,85); }

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

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

 a { background-color: rgb(57,132,85); }

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

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

 span { border-color: rgb(57,132,85); }

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