Html Css Color HEX #39704E Amazon

📋 copy color: '#39704E'

red 57 ◦ green 112 ◦ blue 78

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

Shades of Amazon #39704E

Tints of Amazon #39704E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 31.58%

R = 23.08%
G = 45.34%
B = 31.58%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#39704E (or 0x39704E) is known color: Amazon. HEX triplet: 39, 70 and 4E. RGB value is (57,112,78). Sum of RGB (Red+Green+Blue) = 57+112+78=247 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.08% from 247); Green value is 112 (44.14% from 255 or 45.34% from 247); Blue value is 78 (30.86% from 255 or 31.58% from 247); Max value from RGB is 112 - color contains mainly: green. Hex color #39704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #39704E is #C68FB1. Grayscale: #5B5B5B. Windows color (decimal): -13012914 or 5140537. OLE color: 5140537.

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

Color convert

RGB 57 112 78 -
CMYK 0.49 0 0.30 0.56
HSL 142.91º 0.33% 0.33% -
HSV(B) 142.91º 0.49% 0.44% -
XYZ 8.86 13.01 9.25 -
YUV 91.68 120.28 103.26 -
System Red Green Blue C M Y K H S L
Decimal 57 112 78 0.49 0 0.30 0.56 142.91 0.33 0.33
Hex 39 70 4E 31 0 1E 38 8F 21 21
Octal 71 160 116 61 0 36 70 217 41 41
Binary 111001 1110000 1001110 110001 0 11110 111000 10001111 100001 100001

Color Harmonies of #39704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39704E

Black with #39704E

Text Example


Text Example

White with #39704E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #39704E; }

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

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

background-color css

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

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

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

border-color css

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

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

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