Html Css Color HEX #3B734A Amazon

📋 copy color: '#3B734A'

red 59 ◦ green 115 ◦ blue 74

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

Shades of Amazon #3B734A

Tints of Amazon #3B734A

RGB

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

 GREEN value IS 115 (45.31% from 255) = 46.37%

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

R = 23.79%
G = 46.37%
B = 29.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0.55

RGB Variations

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

Color information

#3B734A (or 0x3B734A) is known color: Amazon. HEX triplet: 3B, 73 and 4A. RGB value is (59,115,74). Sum of RGB (Red+Green+Blue) = 59+115+74=248 (32% of max value = 765). Red value is 59 (23.44% from 255 or 23.79% from 248); Green value is 115 (45.31% from 255 or 46.37% from 248); Blue value is 74 (29.30% from 255 or 29.84% from 248); Max value from RGB is 115 - color contains mainly: green. Hex color #3B734A is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B734A is #C48CB5. Grayscale: #5D5D5D. Windows color (decimal): -12881078 or 4879163. OLE color: 4879163.

HSL color Cylindrical-coordinate representation of color #3B734A: hue angle of 136.07º degrees, saturation: 0.32, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3B734A is Cyan = 0.49, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 115 74 -
CMYK 0.49 0 0.36 0.55
HSL 136.07º 0.32% 0.34% -
HSV(B) 136.07º 0.49% 0.45% -
XYZ 9.17 13.69 8.64 -
YUV 93.58 116.95 103.33 -
System Red Green Blue C M Y K H S L
Decimal 59 115 74 0.49 0 0.36 0.55 136.07 0.32 0.34
Hex 3B 73 4A 31 0 24 37 88 20 22
Octal 73 163 112 61 0 44 67 210 40 42
Binary 111011 1110011 1001010 110001 0 100100 110111 10001000 100000 100010

Color Harmonies of #3B734A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B734A

Black with #3B734A

Text Example


Text Example

White with #3B734A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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