Html Css Color HEX #397F53 Amazon

📋 copy color: '#397F53'

red 57 ◦ green 127 ◦ blue 83

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

Shades of Amazon #397F53

Tints of Amazon #397F53

RGB

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

 GREEN value IS 127 (50% from 255) = 47.57%

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

R = 21.35%
G = 47.57%
B = 31.09%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.35

 K value IS 0.50

RGB Variations

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

Color information

#397F53 (or 0x397F53) is known color: Amazon. HEX triplet: 39, 7F and 53. RGB value is (57,127,83). Sum of RGB (Red+Green+Blue) = 57+127+83=267 (35% of max value = 765). Red value is 57 (22.66% from 255 or 21.35% from 267); Green value is 127 (50% from 255 or 47.57% from 267); Blue value is 83 (32.81% from 255 or 31.09% from 267); Max value from RGB is 127 - color contains mainly: green. Hex color #397F53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397F53 is #C680AC. Grayscale: #656565. Windows color (decimal): -13009069 or 5472057. OLE color: 5472057.

HSL color Cylindrical-coordinate representation of color #397F53: hue angle of 142.29º degrees, saturation: 0.38, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #397F53 is Cyan = 0.55, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.50.

Color convert

RGB 57 127 83 -
CMYK 0.55 0 0.35 0.50
HSL 142.29º 0.38% 0.36% -
HSV(B) 142.29º 0.55% 0.5% -
XYZ 10.84 16.67 10.83 -
YUV 101.05 117.81 96.58 -
System Red Green Blue C M Y K H S L
Decimal 57 127 83 0.55 0 0.35 0.50 142.29 0.38 0.36
Hex 39 7F 53 37 0 23 32 8E 26 24
Octal 71 177 123 67 0 43 62 216 46 44
Binary 111001 1111111 1010011 110111 0 100011 110010 10001110 100110 100100

Color Harmonies of #397F53

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F53

Black with #397F53

Text Example


Text Example

White with #397F53

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #397F53; }

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

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

background-color css

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

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

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

border-color css

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

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

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