Html Css Color HEX #397050 Amazon

📋 copy color: '#397050'

red 57 ◦ green 112 ◦ blue 80

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

Shades of Amazon #397050

Tints of Amazon #397050

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.98%

 BLUE value IS 80 (31.64% from 255) = 32.13%

R = 22.89%
G = 44.98%
B = 32.13%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.29

 K value IS 0.56

RGB Variations

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

Color information

#397050 (or 0x397050) is known color: Amazon. HEX triplet: 39, 70 and 50. RGB value is (57,112,80). Sum of RGB (Red+Green+Blue) = 57+112+80=249 (32% of max value = 765). Red value is 57 (22.66% from 255 or 22.89% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 80 (31.64% from 255 or 32.13% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #397050 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397050 is #C68FAF. Grayscale: #5B5B5B. Windows color (decimal): -13012912 or 5271609. OLE color: 5271609.

HSL color Cylindrical-coordinate representation of color #397050: hue angle of 145.09º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #397050 is Cyan = 0.49, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 112 80 -
CMYK 0.49 0 0.29 0.56
HSL 145.09º 0.33% 0.33% -
HSV(B) 145.09º 0.49% 0.44% -
XYZ 8.93 13.04 9.64 -
YUV 91.91 121.28 103.1 -
System Red Green Blue C M Y K H S L
Decimal 57 112 80 0.49 0 0.29 0.56 145.09 0.33 0.33
Hex 39 70 50 31 0 1D 38 91 21 21
Octal 71 160 120 61 0 35 70 221 41 41
Binary 111001 1110000 1010000 110001 0 11101 111000 10010001 100001 100001

Color Harmonies of #397050

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397050

Black with #397050

Text Example


Text Example

White with #397050

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397050; }

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

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

background-color css

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

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

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

border-color css

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

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

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