Html Css Color HEX #397155 Amazon

📋 copy color: '#397155'

red 57 ◦ green 113 ◦ blue 85

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

Shades of Amazon #397155

Tints of Amazon #397155

RGB

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

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

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

R = 22.35%
G = 44.31%
B = 33.33%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#397155 (or 0x397155) is known color: Amazon. HEX triplet: 39, 71 and 55. RGB value is (57,113,85). Sum of RGB (Red+Green+Blue) = 57+113+85=255 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.35% from 255); Green value is 113 (44.53% from 255 or 44.31% from 255); Blue value is 85 (33.59% from 255 or 33.33% from 255); Max value from RGB is 113 - color contains mainly: green. Hex color #397155 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397155 is #C68EAA. Grayscale: #5D5D5D. Windows color (decimal): -13012651 or 5599545. OLE color: 5599545.

HSL color Cylindrical-coordinate representation of color #397155: hue angle of 150º 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 #397155 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 113 85 -
CMYK 0.50 0 0.25 0.56
HSL 150º 0.33% 0.33% -
HSV(B) 150º 0.5% 0.44% -
XYZ 9.23 13.34 10.68 -
YUV 93.06 123.45 102.28 -
System Red Green Blue C M Y K H S L
Decimal 57 113 85 0.50 0 0.25 0.56 150 0.33 0.33
Hex 39 71 55 32 0 19 38 96 21 21
Octal 71 161 125 62 0 31 70 226 41 41
Binary 111001 1110001 1010101 110010 0 11001 111000 10010110 100001 100001

Color Harmonies of #397155

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397155

Black with #397155

Text Example


Text Example

White with #397155

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397155; }

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

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

background-color css

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

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

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

border-color css

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

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

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