Html Css Color HEX #3B744C Amazon

📋 copy color: '#3B744C'

red 59 ◦ green 116 ◦ blue 76

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

Shades of Amazon #3B744C

Tints of Amazon #3B744C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 46.22%

 BLUE value IS 76 (30.08% from 255) = 30.28%

R = 23.51%
G = 46.22%
B = 30.28%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.34

 K value IS 0.55

RGB Variations

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

Color information

#3B744C (or 0x3B744C) is known color: Amazon. HEX triplet: 3B, 74 and 4C. RGB value is (59,116,76). Sum of RGB (Red+Green+Blue) = 59+116+76=251 (33% of max value = 765). Red value is 59 (23.44% from 255 or 23.51% from 251); Green value is 116 (45.70% from 255 or 46.22% from 251); Blue value is 76 (30.08% from 255 or 30.28% from 251); Max value from RGB is 116 - color contains mainly: green. Hex color #3B744C is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #3B744C is #C48BB3. Grayscale: #5E5E5E. Windows color (decimal): -12880820 or 5010491. OLE color: 5010491.

HSL color Cylindrical-coordinate representation of color #3B744C: hue angle of 137.89º degrees, saturation: 0.33, 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 #3B744C is Cyan = 0.49, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.55.

Color convert

RGB 59 116 76 -
CMYK 0.49 0 0.34 0.55
HSL 137.89º 0.33% 0.34% -
HSV(B) 137.89º 0.49% 0.45% -
XYZ 9.35 13.94 9.04 -
YUV 94.4 117.62 102.75 -
System Red Green Blue C M Y K H S L
Decimal 59 116 76 0.49 0 0.34 0.55 137.89 0.33 0.34
Hex 3B 74 4C 31 0 22 37 8A 21 22
Octal 73 164 114 61 0 42 67 212 41 42
Binary 111011 1110100 1001100 110001 0 100010 110111 10001010 100001 100010

Color Harmonies of #3B744C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3B744C

Black with #3B744C

Text Example


Text Example

White with #3B744C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(59,116,76); }

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

background-color css

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

 a { background-color: rgb(59,116,76); }

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

border-color css

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

 span { border-color: rgb(59,116,76); }

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