Html Css Color HEX #397550 Amazon

📋 copy color: '#397550'

red 57 ◦ green 117 ◦ blue 80

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

Shades of Amazon #397550

Tints of Amazon #397550

RGB

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

 GREEN value IS 117 (46.09% from 255) = 46.06%

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

R = 22.44%
G = 46.06%
B = 31.5%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.32

 K value IS 0.54

RGB Variations

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

Color information

#397550 (or 0x397550) is known color: Amazon. HEX triplet: 39, 75 and 50. RGB value is (57,117,80). Sum of RGB (Red+Green+Blue) = 57+117+80=254 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.44% from 254); Green value is 117 (46.09% from 255 or 46.06% from 254); Blue value is 80 (31.64% from 255 or 31.50% from 254); Max value from RGB is 117 - color contains mainly: green. Hex color #397550 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397550 is #C68AAF. Grayscale: #5E5E5E. Windows color (decimal): -13011632 or 5272889. OLE color: 5272889.

HSL color Cylindrical-coordinate representation of color #397550: hue angle of 143º degrees, saturation: 0.34, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #397550 is Cyan = 0.51, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.54.

Color convert

RGB 57 117 80 -
CMYK 0.51 0 0.32 0.54
HSL 143º 0.34% 0.34% -
HSV(B) 143º 0.51% 0.46% -
XYZ 9.5 14.17 9.82 -
YUV 94.84 119.62 101.01 -
System Red Green Blue C M Y K H S L
Decimal 57 117 80 0.51 0 0.32 0.54 143 0.34 0.34
Hex 39 75 50 33 0 20 36 8F 22 22
Octal 71 165 120 63 0 40 66 217 42 42
Binary 111001 1110101 1010000 110011 0 100000 110110 10001111 100010 100010

Color Harmonies of #397550

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397550

Black with #397550

Text Example


Text Example

White with #397550

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397550; }

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

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

background-color css

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

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

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

border-color css

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

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

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