Html Css Color HEX #397355 Amazon

📋 copy color: '#397355'

red 57 ◦ green 115 ◦ blue 85

#397355
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Amazon #397355

Tints of Amazon #397355

RGB

 RED value IS 57 (22.66% from 255) = 22.18%

 GREEN value IS 115 (45.31% from 255) = 44.75%

 BLUE value IS 85 (33.59% from 255) = 33.07%

R = 22.18%
G = 44.75%
B = 33.07%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.26

 K value IS 0.55

RGB Variations

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

Color information

#397355 (or 0x397355) is known color: Amazon. HEX triplet: 39, 73 and 55. RGB value is (57,115,85). Sum of RGB (Red+Green+Blue) = 57+115+85=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 115 (45.31% from 255 or 44.75% from 257); Blue value is 85 (33.59% from 255 or 33.07% from 257); Max value from RGB is 115 - color contains mainly: green. Hex color #397355 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397355 is #C68CAA. Grayscale: #5E5E5E. Windows color (decimal): -13012139 or 5600057. OLE color: 5600057.

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

Color convert

RGB 57 115 85 -
CMYK 0.50 0 0.26 0.55
HSL 148.97º 0.34% 0.34% -
HSV(B) 148.97º 0.5% 0.45% -
XYZ 9.46 13.79 10.76 -
YUV 94.24 122.78 101.44 -
System Red Green Blue C M Y K H S L
Decimal 57 115 85 0.50 0 0.26 0.55 148.97 0.34 0.34
Hex 39 73 55 32 0 1A 37 95 22 22
Octal 71 163 125 62 0 32 67 225 42 42
Binary 111001 1110011 1010101 110010 0 11010 110111 10010101 100010 100010

Color Harmonies of #397355

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397355

Black with #397355

Text Example


Text Example

White with #397355

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397355; }

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

 H1.HeaderClassName
 {
   color: #397355;
 }
 .AnyTagClassName
 {
   color: #397355;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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