#397348

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

Shades of Amazon #397348

Tints of Amazon #397348

Color information

#397348 (or 0x397348) is unknown color: approx Amazon. HEX triplet: 39, 73 and 48. RGB value is (57,115,72). Sum of RGB (Red+Green+Blue) = 57+115+72=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 115 (45.31% from 255 or 47.13% from 244); Blue value is 72 (28.52% from 255 or 29.51% from 244); Max value from RGB is 115 - color contains mainly: green. Hex color #397348 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397348 is #C68CB7. Grayscale: #5C5C5C. Windows color (decimal): -13012152 or 4748089. OLE color: 4748089.

HSL color Cylindrical-coordinate representation of color #397348: hue angle of 135.52º degrees, saturation: 0.34, 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 #397348 is Cyan = 0.50, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.55.

Color convert

RGB5711572-
CMYK0.5000.370.55
HSL135.52º33.72%33.73%-
HSV(B)135.52º50.43%45.1%-
XYZ8.9913.68.28-
YUV92.76116.28102.5-

RGB Variations

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

RGB

RED value IS 57 (22.66% from 255) = 23.36%
GREEN value IS 115 (45.31% from 255) = 47.13%
BLUE value IS 72 (28.52% from 255) = 29.51%
R=23.36%
G=47.13%
B=29.51%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.37
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal57115720.5000.370.55135.5233.7233.73
Hex3973483202537882222
Octal7116311062045672104242
Binary11100111100111001000110010010010111011110001000100010100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #397348

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #397348; }

 p { color: rgb(57,115,72); }

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

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

 a { background-color: rgb(57,115,72); }

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

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

 span { border-color: rgb(57,115,72); }

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