Html Css Color HEX #397149 Amazon

📋 copy color: '#397149'

red 57 ◦ green 113 ◦ blue 73

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

Shades of Amazon #397149

Tints of Amazon #397149

RGB

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

 GREEN value IS 113 (44.53% from 255) = 46.5%

 BLUE value IS 73 (28.91% from 255) = 30.04%

R = 23.46%
G = 46.5%
B = 30.04%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.35

 K value IS 0.56

RGB Variations

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

Color information

#397149 (or 0x397149) is known color: Amazon. HEX triplet: 39, 71 and 49. RGB value is (57,113,73). Sum of RGB (Red+Green+Blue) = 57+113+73=243 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.46% from 243); Green value is 113 (44.53% from 255 or 46.50% from 243); Blue value is 73 (28.91% from 255 or 30.04% from 243); Max value from RGB is 113 - color contains mainly: green. Hex color #397149 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397149 is #C68EB6. Grayscale: #5B5B5B. Windows color (decimal): -13012663 or 4813113. OLE color: 4813113.

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

Color convert

RGB 57 113 73 -
CMYK 0.50 0 0.35 0.56
HSL 137.14º 0.33% 0.33% -
HSV(B) 137.14º 0.5% 0.44% -
XYZ 8.8 13.16 8.38 -
YUV 91.7 117.45 103.25 -
System Red Green Blue C M Y K H S L
Decimal 57 113 73 0.50 0 0.35 0.56 137.14 0.33 0.33
Hex 39 71 49 32 0 23 38 89 21 21
Octal 71 161 111 62 0 43 70 211 41 41
Binary 111001 1110001 1001001 110010 0 100011 111000 10001001 100001 100001

Color Harmonies of #397149

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397149

Black with #397149

Text Example


Text Example

White with #397149

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397149; }

 p { color: rgb(57,113,73); }

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

background-color css

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

 a { background-color: rgb(57,113,73); }

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

border-color css

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

 span { border-color: rgb(57,113,73); }

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