Html Css Color HEX #397950 Amazon

📋 copy color: '#397950'

red 57 ◦ green 121 ◦ blue 80

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

Shades of Amazon #397950

Tints of Amazon #397950

RGB

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

 GREEN value IS 121 (47.66% from 255) = 46.9%

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

R = 22.09%
G = 46.9%
B = 31.01%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#397950 (or 0x397950) is known color: Amazon. HEX triplet: 39, 79 and 50. RGB value is (57,121,80). Sum of RGB (Red+Green+Blue) = 57+121+80=258 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.09% from 258); Green value is 121 (47.66% from 255 or 46.90% from 258); Blue value is 80 (31.64% from 255 or 31.01% from 258); Max value from RGB is 121 - color contains mainly: green. Hex color #397950 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397950 is #C686AF. Grayscale: #616161. Windows color (decimal): -13010608 or 5273913. OLE color: 5273913.

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

Color convert

RGB 57 121 80 -
CMYK 0.53 0 0.34 0.53
HSL 141.56º 0.36% 0.35% -
HSV(B) 141.56º 0.53% 0.47% -
XYZ 9.97 15.12 9.98 -
YUV 97.19 118.3 99.33 -
System Red Green Blue C M Y K H S L
Decimal 57 121 80 0.53 0 0.34 0.53 141.56 0.36 0.35
Hex 39 79 50 35 0 22 35 8E 24 23
Octal 71 171 120 65 0 42 65 216 44 43
Binary 111001 1111001 1010000 110101 0 100010 110101 10001110 100100 100011

Color Harmonies of #397950

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397950

Black with #397950

Text Example


Text Example

White with #397950

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397950; }

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

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

background-color css

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

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

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

border-color css

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

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

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