#397254

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

Shades of Amazon #397254

Tints of Amazon #397254

Color information

#397254 (or 0x397254) is unknown color: approx Amazon. HEX triplet: 39, 72 and 54. RGB value is (57,114,84). Sum of RGB (Red+Green+Blue) = 57+114+84=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 114 (44.92% from 255 or 44.71% from 255); Blue value is 84 (33.20% from 255 or 32.94% from 255); Max value from RGB is 114 - color contains mainly: green. Hex color #397254 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397254 is #C68DAB. Grayscale: #5D5D5D. Windows color (decimal): -13012396 or 5534265. OLE color: 5534265.

HSL color Cylindrical-coordinate representation of color #397254: hue angle of 148.42º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397254 is Cyan = 0.50, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.55.

Color convert

RGB5711484-
CMYK0.5000.260.55
HSL148.42º33.33%33.53%-
HSV(B)148.42º50%44.71%-
XYZ9.313.5410.51-
YUV93.54122.62101.94-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 22.35%
GREEN value IS 114 (44.92% from 255) = 44.71%
BLUE value IS 84 (33.20% from 255) = 32.94%
R=22.35%
G=44.71%
B=32.94%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.26
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57114840.5000.260.55148.4233.3333.53
Hex3972543201A37942122
Octal7116212462032672244142
Binary1110011110010101010011001001101011011110010100100001100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397254

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397254; }

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

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

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

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

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

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

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

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