Html Css Color HEX #3B704A Amazon

📋 copy color: '#3B704A'

red 59 ◦ green 112 ◦ blue 74

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

Shades of Amazon #3B704A

Tints of Amazon #3B704A

RGB

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

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

 BLUE value IS 74 (29.3% from 255) = 30.2%

R = 24.08%
G = 45.71%
B = 30.2%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#3B704A (or 0x3B704A) is known color: Amazon. HEX triplet: 3B, 70 and 4A. RGB value is (59,112,74). Sum of RGB (Red+Green+Blue) = 59+112+74=245 (32% of max value = 765). Red value is 59 (23.44% from 255 or 24.08% from 245); Green value is 112 (44.14% from 255 or 45.71% from 245); Blue value is 74 (29.30% from 255 or 30.20% from 245); Max value from RGB is 112 - color contains mainly: green. Hex color #3B704A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B704A is #C48FB5. Grayscale: #5B5B5B. Windows color (decimal): -12881846 or 4878395. OLE color: 4878395.

HSL color Cylindrical-coordinate representation of color #3B704A: hue angle of 136.98º 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 #3B704A is Cyan = 0.47, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 59 112 74 -
CMYK 0.47 0 0.34 0.56
HSL 136.98º 0.31% 0.34% -
HSV(B) 136.98º 0.47% 0.44% -
XYZ 8.83 13.01 8.52 -
YUV 91.82 117.94 104.59 -
System Red Green Blue C M Y K H S L
Decimal 59 112 74 0.47 0 0.34 0.56 136.98 0.31 0.34
Hex 3B 70 4A 2F 0 22 38 89 1F 22
Octal 73 160 112 57 0 42 70 211 37 42
Binary 111011 1110000 1001010 101111 0 100010 111000 10001001 11111 100010

Color Harmonies of #3B704A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B704A

Black with #3B704A

Text Example


Text Example

White with #3B704A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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