Html Css Color HEX #3D775D Amazon

📋 copy color: '#3D775D'

red 61 ◦ green 119 ◦ blue 93

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

Shades of Amazon #3D775D

Tints of Amazon #3D775D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 34.07%

R = 22.34%
G = 43.59%
B = 34.07%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.22

 K value IS 0.53

RGB Variations

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

Color information

#3D775D (or 0x3D775D) is known color: Amazon. HEX triplet: 3D, 77 and 5D. RGB value is (61,119,93). Sum of RGB (Red+Green+Blue) = 61+119+93=273 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.34% from 273); Green value is 119 (46.88% from 255 or 43.59% from 273); Blue value is 93 (36.72% from 255 or 34.07% from 273); Max value from RGB is 119 - color contains mainly: green. Hex color #3D775D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D775D is #C288A2. Grayscale: #626262. Windows color (decimal): -12748963 or 6125373. OLE color: 6125373.

HSL color Cylindrical-coordinate representation of color #3D775D: hue angle of 153.1º 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 #3D775D is Cyan = 0.49, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.53.

Color convert

RGB 61 119 93 -
CMYK 0.49 0 0.22 0.53
HSL 153.1º 0.32% 0.35% -
HSV(B) 153.1º 0.49% 0.47% -
XYZ 10.5 14.98 12.69 -
YUV 98.69 124.78 101.11 -
System Red Green Blue C M Y K H S L
Decimal 61 119 93 0.49 0 0.22 0.53 153.1 0.32 0.35
Hex 3D 77 5D 31 0 16 35 99 20 23
Octal 75 167 135 61 0 26 65 231 40 43
Binary 111101 1110111 1011101 110001 0 10110 110101 10011001 100000 100011

Color Harmonies of #3D775D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D775D

Black with #3D775D

Text Example


Text Example

White with #3D775D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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