Html Css Color HEX #397051 Amazon

📋 copy color: '#397051'

red 57 ◦ green 112 ◦ blue 81

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

Shades of Amazon #397051

Tints of Amazon #397051

RGB

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

 GREEN value IS 112 (44.14% from 255) = 44.8%

 BLUE value IS 81 (32.03% from 255) = 32.4%

R = 22.8%
G = 44.8%
B = 32.4%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.56

RGB Variations

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

Color information

#397051 (or 0x397051) is known color: Amazon. HEX triplet: 39, 70 and 51. RGB value is (57,112,81). Sum of RGB (Red+Green+Blue) = 57+112+81=250 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.8% from 250); Green value is 112 (44.14% from 255 or 44.8% from 250); Blue value is 81 (32.03% from 255 or 32.4% from 250); Max value from RGB is 112 - color contains mainly: green. Hex color #397051 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397051 is #C68FAE. Grayscale: #5C5C5C. Windows color (decimal): -13012911 or 5337145. OLE color: 5337145.

HSL color Cylindrical-coordinate representation of color #397051: hue angle of 146.18º degrees, saturation: 0.33, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #397051 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.56.

Color convert

RGB 57 112 81 -
CMYK 0.49 0 0.28 0.56
HSL 146.18º 0.33% 0.33% -
HSV(B) 146.18º 0.49% 0.44% -
XYZ 8.97 13.05 9.83 -
YUV 92.02 121.78 103.02 -
System Red Green Blue C M Y K H S L
Decimal 57 112 81 0.49 0 0.28 0.56 146.18 0.33 0.33
Hex 39 70 51 31 0 1C 38 92 21 21
Octal 71 160 121 61 0 34 70 222 41 41
Binary 111001 1110000 1010001 110001 0 11100 111000 10010010 100001 100001

Color Harmonies of #397051

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397051

Black with #397051

Text Example


Text Example

White with #397051

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397051; }

 p { color: rgb(57,112,81); }

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

background-color css

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

 a { background-color: rgb(57,112,81); }

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

border-color css

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

 span { border-color: rgb(57,112,81); }

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