Html Css Color HEX #3B704E Amazon

📋 copy color: '#3B704E'

red 59 ◦ green 112 ◦ blue 78

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

Shades of Amazon #3B704E

Tints of Amazon #3B704E

RGB

 RED value IS 59 (23.44% from 255) = 23.69%

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

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

R = 23.69%
G = 44.98%
B = 31.33%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.30

 K value IS 0.56

RGB Variations

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

Color information

#3B704E (or 0x3B704E) is known color: Amazon. HEX triplet: 3B, 70 and 4E. RGB value is (59,112,78). Sum of RGB (Red+Green+Blue) = 59+112+78=249 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.69% from 249); Green value is 112 (44.14% from 255 or 44.98% from 249); Blue value is 78 (30.86% from 255 or 31.33% from 249); Max value from RGB is 112 - color contains mainly: green. Hex color #3B704E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3B704E is #C48FB1. Grayscale: #5C5C5C. Windows color (decimal): -12881842 or 5140539. OLE color: 5140539.

HSL color Cylindrical-coordinate representation of color #3B704E: hue angle of 141.51º degrees, saturation: 0.31, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #3B704E is Cyan = 0.47, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 112 78 -
CMYK 0.47 0 0.30 0.56
HSL 141.51º 0.31% 0.34% -
HSV(B) 141.51º 0.47% 0.44% -
XYZ 8.97 13.07 9.26 -
YUV 92.28 119.94 104.26 -
System Red Green Blue C M Y K H S L
Decimal 59 112 78 0.47 0 0.30 0.56 141.51 0.31 0.34
Hex 3B 70 4E 2F 0 1E 38 8E 1F 22
Octal 73 160 116 57 0 36 70 216 37 42
Binary 111011 1110000 1001110 101111 0 11110 111000 10001110 11111 100010

Color Harmonies of #3B704E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B704E

Black with #3B704E

Text Example


Text Example

White with #3B704E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #3B704E; }

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

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

background-color css

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

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

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

border-color css

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

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

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