Html Css Color HEX #397053 Amazon

📋 copy color: '#397053'

red 57 ◦ green 112 ◦ blue 83

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

Shades of Amazon #397053

Tints of Amazon #397053

RGB

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

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

 BLUE value IS 83 (32.81% from 255) = 32.94%

R = 22.62%
G = 44.44%
B = 32.94%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.26

 K value IS 0.56

RGB Variations

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

Color information

#397053 (or 0x397053) is known color: Amazon. HEX triplet: 39, 70 and 53. RGB value is (57,112,83). Sum of RGB (Red+Green+Blue) = 57+112+83=252 (33% of max value = 765). Red value is 57 (22.66% from 255 or 22.62% from 252); Green value is 112 (44.14% from 255 or 44.44% from 252); Blue value is 83 (32.81% from 255 or 32.94% from 252); Max value from RGB is 112 - color contains mainly: green. Hex color #397053 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397053 is #C68FAC. Grayscale: #5C5C5C. Windows color (decimal): -13012909 or 5468217. OLE color: 5468217.

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

Color convert

RGB 57 112 83 -
CMYK 0.49 0 0.26 0.56
HSL 148.36º 0.33% 0.33% -
HSV(B) 148.36º 0.49% 0.44% -
XYZ 9.04 13.08 10.23 -
YUV 92.25 122.78 102.86 -
System Red Green Blue C M Y K H S L
Decimal 57 112 83 0.49 0 0.26 0.56 148.36 0.33 0.33
Hex 39 70 53 31 0 1A 38 94 21 21
Octal 71 160 123 61 0 32 70 224 41 41
Binary 111001 1110000 1010011 110001 0 11010 111000 10010100 100001 100001

Color Harmonies of #397053

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397053

Black with #397053

Text Example


Text Example

White with #397053

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397053; }

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

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

background-color css

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

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

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

border-color css

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

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

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