Html Css Color HEX #397A49 Amazon

📋 copy color: '#397A49'

red 57 ◦ green 122 ◦ blue 73

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

Shades of Amazon #397A49

Tints of Amazon #397A49

RGB

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

 GREEN value IS 122 (48.05% from 255) = 48.41%

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

R = 22.62%
G = 48.41%
B = 28.97%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.40

 K value IS 0.52

RGB Variations

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

Color information

#397A49 (or 0x397A49) is known color: Amazon. HEX triplet: 39, 7A and 49. RGB value is (57,122,73). Sum of RGB (Red+Green+Blue) = 57+122+73=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 122 (48.05% from 255 or 48.41% from 252); Blue value is 73 (28.91% from 255 or 28.97% from 252); Max value from RGB is 122 - color contains mainly: green. Hex color #397A49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #397A49 is #C685B6. Grayscale: #616161. Windows color (decimal): -13010359 or 4815417. OLE color: 4815417.

HSL color Cylindrical-coordinate representation of color #397A49: hue angle of 134.77º degrees, saturation: 0.36, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #397A49 is Cyan = 0.53, Magento = 0, Yellow = 0.40 and Black (K on CMYK) = 0.52.

Color convert

RGB 57 122 73 -
CMYK 0.53 0 0.40 0.52
HSL 134.77º 0.36% 0.35% -
HSV(B) 134.77º 0.53% 0.48% -
XYZ 9.85 15.27 8.73 -
YUV 96.98 114.47 99.48 -
System Red Green Blue C M Y K H S L
Decimal 57 122 73 0.53 0 0.40 0.52 134.77 0.36 0.35
Hex 39 7A 49 35 0 28 34 87 24 23
Octal 71 172 111 65 0 50 64 207 44 43
Binary 111001 1111010 1001001 110101 0 101000 110100 10000111 100100 100011

Color Harmonies of #397A49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397A49

Black with #397A49

Text Example


Text Example

White with #397A49

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397A49; }

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

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

background-color css

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

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

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

border-color css

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

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

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