#398450

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

Shades of Amazon #398450

Tints of Amazon #398450

Color information

#398450 (or 0x398450) is unknown color: approx Amazon. HEX triplet: 39, 84 and 50. RGB value is (57,132,80). Sum of RGB (Red+Green+Blue) = 57+132+80=269 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.19% from 269); Green value is 132 (51.95% from 255 or 49.07% from 269); Blue value is 80 (31.64% from 255 or 29.74% from 269); Max value from RGB is 132 - color contains mainly: green. Hex color #398450 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #398450 is #C67BAF. Grayscale: #676767. Windows color (decimal): -13007792 or 5276729. OLE color: 5276729.

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

Color convert

RGB5713280-
CMYK0.5700.390.48
HSL138.4º39.68%37.06%-
HSV(B)138.4º56.82%51.76%-
XYZ11.3917.9510.45-
YUV103.65114.6594.73-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 21.19%
GREEN value IS 132 (51.95% from 255) = 49.07%
BLUE value IS 80 (31.64% from 255) = 29.74%
R=21.19%
G=49.07%
B=29.74%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0
Y (Yellow) values IS 0.39
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal57132800.5700.390.48138.439.6837.06
Hex39845039027308a2825
Octal7120412071047602125045
Binary111001100001001010000111001010011111000010001010101000100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #398450

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #398450; }

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

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

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

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

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

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

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

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