Html Css Color HEX #397054 Amazon

📋 copy color: '#397054'

red 57 ◦ green 112 ◦ blue 84

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

Shades of Amazon #397054

Tints of Amazon #397054

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 33.2%

R = 22.53%
G = 44.27%
B = 33.2%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.25

 K value IS 0.56

RGB Variations

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

Color information

#397054 (or 0x397054) is known color: Amazon. HEX triplet: 39, 70 and 54. RGB value is (57,112,84). Sum of RGB (Red+Green+Blue) = 57+112+84=253 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.53% from 253); Green value is 112 (44.14% from 255 or 44.27% from 253); Blue value is 84 (33.20% from 255 or 33.20% from 253); Max value from RGB is 112 - color contains mainly: green. Hex color #397054 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397054 is #C68FAB. Grayscale: #5C5C5C. Windows color (decimal): -13012908 or 5533753. OLE color: 5533753.

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

Color convert

RGB 57 112 84 -
CMYK 0.49 0 0.25 0.56
HSL 149.45º 0.33% 0.33% -
HSV(B) 149.45º 0.49% 0.44% -
XYZ 9.08 13.1 10.44 -
YUV 92.36 123.28 102.78 -
System Red Green Blue C M Y K H S L
Decimal 57 112 84 0.49 0 0.25 0.56 149.45 0.33 0.33
Hex 39 70 54 31 0 19 38 95 21 21
Octal 71 160 124 61 0 31 70 225 41 41
Binary 111001 1110000 1010100 110001 0 11001 111000 10010101 100001 100001

Color Harmonies of #397054

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397054

Black with #397054

Text Example


Text Example

White with #397054

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397054; }

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

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

background-color css

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

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

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

border-color css

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

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

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