Html Css Color HEX #397955 Amazon

📋 copy color: '#397955'

red 57 ◦ green 121 ◦ blue 85

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

Shades of Amazon #397955

Tints of Amazon #397955

RGB

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

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

 BLUE value IS 85 (33.59% from 255) = 32.32%

R = 21.67%
G = 46.01%
B = 32.32%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.30

 K value IS 0.53

RGB Variations

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

Color information

#397955 (or 0x397955) is known color: Amazon. HEX triplet: 39, 79 and 55. RGB value is (57,121,85). Sum of RGB (Red+Green+Blue) = 57+121+85=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 121 (47.66% from 255 or 46.01% from 263); Blue value is 85 (33.59% from 255 or 32.32% from 263); Max value from RGB is 121 - color contains mainly: green. Hex color #397955 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397955 is #C686AA. Grayscale: #616161. Windows color (decimal): -13010603 or 5601593. OLE color: 5601593.

HSL color Cylindrical-coordinate representation of color #397955: hue angle of 146.25º 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 #397955 is Cyan = 0.53, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.53.

Color convert

RGB 57 121 85 -
CMYK 0.53 0 0.30 0.53
HSL 146.25º 0.36% 0.35% -
HSV(B) 146.25º 0.53% 0.47% -
XYZ 10.16 15.2 10.99 -
YUV 97.76 120.8 98.93 -
System Red Green Blue C M Y K H S L
Decimal 57 121 85 0.53 0 0.30 0.53 146.25 0.36 0.35
Hex 39 79 55 35 0 1E 35 92 24 23
Octal 71 171 125 65 0 36 65 222 44 43
Binary 111001 1111001 1010101 110101 0 11110 110101 10010010 100100 100011

Color Harmonies of #397955

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397955

Black with #397955

Text Example


Text Example

White with #397955

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397955; }

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

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

background-color css

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

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

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

border-color css

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

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

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