Html Css Color HEX #39704B Amazon

📋 copy color: '#39704B'

red 57 ◦ green 112 ◦ blue 75

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

Shades of Amazon #39704B

Tints of Amazon #39704B

RGB

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

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

 BLUE value IS 75 (29.69% from 255) = 30.74%

R = 23.36%
G = 45.9%
B = 30.74%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.33

 K value IS 0.56

RGB Variations

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

Color information

#39704B (or 0x39704B) is known color: Amazon. HEX triplet: 39, 70 and 4B. RGB value is (57,112,75). Sum of RGB (Red+Green+Blue) = 57+112+75=244 (32% of max value = 765). Red value is 57 (22.66% from 255 or 23.36% from 244); Green value is 112 (44.14% from 255 or 45.90% from 244); Blue value is 75 (29.69% from 255 or 30.74% from 244); Max value from RGB is 112 - color contains mainly: green. Hex color #39704B is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #39704B is #C68FB4. Grayscale: #5B5B5B. Windows color (decimal): -13012917 or 4943929. OLE color: 4943929.

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

Color convert

RGB 57 112 75 -
CMYK 0.49 0 0.33 0.56
HSL 139.64º 0.33% 0.33% -
HSV(B) 139.64º 0.49% 0.44% -
XYZ 8.75 12.97 8.7 -
YUV 91.34 118.78 103.51 -
System Red Green Blue C M Y K H S L
Decimal 57 112 75 0.49 0 0.33 0.56 139.64 0.33 0.33
Hex 39 70 4B 31 0 21 38 8C 21 21
Octal 71 160 113 61 0 41 70 214 41 41
Binary 111001 1110000 1001011 110001 0 100001 111000 10001100 100001 100001

Color Harmonies of #39704B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #39704B

Black with #39704B

Text Example


Text Example

White with #39704B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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