Html Css Color HEX #397259 Amazon

📋 copy color: '#397259'

red 57 ◦ green 114 ◦ blue 89

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

Shades of Amazon #397259

Tints of Amazon #397259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 34.23%

R = 21.92%
G = 43.85%
B = 34.23%

CMYK

 C value IS 0.50

 M value IS 0

 Y value IS 0.22

 K value IS 0.55

RGB Variations

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

Color information

#397259 (or 0x397259) is known color: Amazon. HEX triplet: 39, 72 and 59. RGB value is (57,114,89). Sum of RGB (Red+Green+Blue) = 57+114+89=260 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.92% from 260); Green value is 114 (44.92% from 255 or 43.85% from 260); Blue value is 89 (35.16% from 255 or 34.23% from 260); Max value from RGB is 114 - color contains mainly: green. Hex color #397259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397259 is #C68DA6. Grayscale: #5E5E5E. Windows color (decimal): -13012391 or 5861945. OLE color: 5861945.

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

Color convert

RGB 57 114 89 -
CMYK 0.50 0 0.22 0.55
HSL 153.68º 0.33% 0.34% -
HSV(B) 153.68º 0.5% 0.45% -
XYZ 9.51 13.63 11.58 -
YUV 94.11 125.12 101.53 -
System Red Green Blue C M Y K H S L
Decimal 57 114 89 0.50 0 0.22 0.55 153.68 0.33 0.34
Hex 39 72 59 32 0 16 37 9A 21 22
Octal 71 162 131 62 0 26 67 232 41 42
Binary 111001 1110010 1011001 110010 0 10110 110111 10011010 100001 100010

Color Harmonies of #397259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397259

Black with #397259

Text Example


Text Example

White with #397259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397259; }

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

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

background-color css

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

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

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

border-color css

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

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

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