#398454

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

Shades of Amazon #398454

Tints of Amazon #398454

Color information

#398454 (or 0x398454) is unknown color: approx Amazon. HEX triplet: 39, 84 and 54. RGB value is (57,132,84). Sum of RGB (Red+Green+Blue) = 57+132+84=273 (36% of max value = 765). Red value is 57 (22.66% from 255 or 20.88% from 273); Green value is 132 (51.95% from 255 or 48.35% from 273); Blue value is 84 (33.20% from 255 or 30.77% from 273); Max value from RGB is 132 - color contains mainly: green. Hex color #398454 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398454 is #C67BAB. Grayscale: #686868. Windows color (decimal): -13007788 or 5538873. OLE color: 5538873.

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

Color convert

RGB5713284-
CMYK0.5700.360.48
HSL141.6º39.68%37.06%-
HSV(B)141.6º56.82%51.76%-
XYZ11.5418.0111.26-
YUV104.1116.6594.4-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 20.88%
GREEN value IS 132 (51.95% from 255) = 48.35%
BLUE value IS 84 (33.20% from 255) = 30.77%
R=20.88%
G=48.35%
B=30.77%

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
Decimal57132840.5700.360.48141.639.6837.06
Hex39845439024308e2825
Octal7120412471044602165045
Binary111001100001001010100111001010010011000010001110101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398454

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398454; }

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

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

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

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

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

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

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

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