Html Css Color HEX #3D7756 Amazon

📋 copy color: '#3D7756'

red 61 ◦ green 119 ◦ blue 86

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

Shades of Amazon #3D7756

Tints of Amazon #3D7756

RGB

 RED value IS 61 (24.22% from 255) = 22.93%

 GREEN value IS 119 (46.88% from 255) = 44.74%

 BLUE value IS 86 (33.98% from 255) = 32.33%

R = 22.93%
G = 44.74%
B = 32.33%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.28

 K value IS 0.53

RGB Variations

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

Color information

#3D7756 (or 0x3D7756) is known color: Amazon. HEX triplet: 3D, 77 and 56. RGB value is (61,119,86). Sum of RGB (Red+Green+Blue) = 61+119+86=266 (35% of max value = 765). Red value is 61 (24.22% from 255 or 22.93% from 266); Green value is 119 (46.88% from 255 or 44.74% from 266); Blue value is 86 (33.98% from 255 or 32.33% from 266); Max value from RGB is 119 - color contains mainly: green. Hex color #3D7756 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D7756 is #C288A9. Grayscale: #616161. Windows color (decimal): -12748970 or 5666621. OLE color: 5666621.

HSL color Cylindrical-coordinate representation of color #3D7756: hue angle of 145.86º degrees, saturation: 0.32, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #3D7756 is Cyan = 0.49, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.53.

Color convert

RGB 61 119 86 -
CMYK 0.49 0 0.28 0.53
HSL 145.86º 0.32% 0.35% -
HSV(B) 145.86º 0.49% 0.47% -
XYZ 10.2 14.86 11.13 -
YUV 97.9 121.28 101.68 -
System Red Green Blue C M Y K H S L
Decimal 61 119 86 0.49 0 0.28 0.53 145.86 0.32 0.35
Hex 3D 77 56 31 0 1C 35 92 20 23
Octal 75 167 126 61 0 34 65 222 40 43
Binary 111101 1110111 1010110 110001 0 11100 110101 10010010 100000 100011

Color Harmonies of #3D7756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D7756

Black with #3D7756

Text Example


Text Example

White with #3D7756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,119,86); }

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

background-color css

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

 a { background-color: rgb(61,119,86); }

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

border-color css

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

 span { border-color: rgb(61,119,86); }

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