Html Css Color HEX #397256 Amazon

📋 copy color: '#397256'

red 57 ◦ green 114 ◦ blue 86

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

Shades of Amazon #397256

Tints of Amazon #397256

RGB

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

 GREEN value IS 114 (44.92% from 255) = 44.36%

 BLUE value IS 86 (33.98% from 255) = 33.46%

R = 22.18%
G = 44.36%
B = 33.46%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.25

 K value IS 0.55

RGB Variations

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

Color information

#397256 (or 0x397256) is known color: Amazon. HEX triplet: 39, 72 and 56. RGB value is (57,114,86). Sum of RGB (Red+Green+Blue) = 57+114+86=257 (34% of max value = 765). Red value is 57 (22.66% from 255 or 22.18% from 257); Green value is 114 (44.92% from 255 or 44.36% from 257); Blue value is 86 (33.98% from 255 or 33.46% from 257); Max value from RGB is 114 - color contains mainly: green. Hex color #397256 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397256 is #C68DA9. Grayscale: #5D5D5D. Windows color (decimal): -13012394 or 5665337. OLE color: 5665337.

HSL color Cylindrical-coordinate representation of color #397256: hue angle of 150.53º degrees, saturation: 0.33, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #397256 is Cyan = 0.50, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.55.

Color convert

RGB 57 114 86 -
CMYK 0.50 0 0.25 0.55
HSL 150.53º 0.33% 0.34% -
HSV(B) 150.53º 0.5% 0.45% -
XYZ 9.38 13.58 10.93 -
YUV 93.77 123.62 101.78 -
System Red Green Blue C M Y K H S L
Decimal 57 114 86 0.50 0 0.25 0.55 150.53 0.33 0.34
Hex 39 72 56 32 0 19 37 97 21 22
Octal 71 162 126 62 0 31 67 227 41 42
Binary 111001 1110010 1010110 110010 0 11001 110111 10010111 100001 100010

Color Harmonies of #397256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397256

Black with #397256

Text Example


Text Example

White with #397256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397256; }

 p { color: rgb(57,114,86); }

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

background-color css

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

 a { background-color: rgb(57,114,86); }

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

border-color css

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

 span { border-color: rgb(57,114,86); }

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