Html Css Color HEX #397F4F Amazon

📋 copy color: '#397F4F'

red 57 ◦ green 127 ◦ blue 79

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

Shades of Amazon #397F4F

Tints of Amazon #397F4F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.04%

R = 21.67%
G = 48.29%
B = 30.04%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.38

 K value IS 0.50

RGB Variations

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

Color information

#397F4F (or 0x397F4F) is known color: Amazon. HEX triplet: 39, 7F and 4F. RGB value is (57,127,79). Sum of RGB (Red+Green+Blue) = 57+127+79=263 (34% of max value = 765). Red value is 57 (22.66% from 255 or 21.67% from 263); Green value is 127 (50% from 255 or 48.29% from 263); Blue value is 79 (31.25% from 255 or 30.04% from 263); Max value from RGB is 127 - color contains mainly: green. Hex color #397F4F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #397F4F is #C680B0. Grayscale: #646464. Windows color (decimal): -13009073 or 5209913. OLE color: 5209913.

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

Color convert

RGB 57 127 79 -
CMYK 0.55 0 0.38 0.50
HSL 138.86º 0.38% 0.36% -
HSV(B) 138.86º 0.55% 0.5% -
XYZ 10.69 16.61 10.04 -
YUV 100.6 115.81 96.9 -
System Red Green Blue C M Y K H S L
Decimal 57 127 79 0.55 0 0.38 0.50 138.86 0.38 0.36
Hex 39 7F 4F 37 0 26 32 8B 26 24
Octal 71 177 117 67 0 46 62 213 46 44
Binary 111001 1111111 1001111 110111 0 100110 110010 10001011 100110 100100

Color Harmonies of #397F4F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #397F4F

Black with #397F4F

Text Example


Text Example

White with #397F4F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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