Html Css Color HEX #3D784D Amazon

📋 copy color: '#3D784D'

red 61 ◦ green 120 ◦ blue 77

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

Shades of Amazon #3D784D

Tints of Amazon #3D784D

RGB

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

 GREEN value IS 120 (47.27% from 255) = 46.51%

 BLUE value IS 77 (30.47% from 255) = 29.84%

R = 23.64%
G = 46.51%
B = 29.84%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.36

 K value IS 0.53

RGB Variations

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

Color information

#3D784D (or 0x3D784D) is known color: Amazon. HEX triplet: 3D, 78 and 4D. RGB value is (61,120,77). Sum of RGB (Red+Green+Blue) = 61+120+77=258 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.64% from 258); Green value is 120 (47.27% from 255 or 46.51% from 258); Blue value is 77 (30.47% from 255 or 29.84% from 258); Max value from RGB is 120 - color contains mainly: green. Hex color #3D784D is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D784D is #C287B2. Grayscale: #616161. Windows color (decimal): -12748723 or 5077053. OLE color: 5077053.

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

Color convert

RGB 61 120 77 -
CMYK 0.49 0 0.36 0.53
HSL 136.27º 0.33% 0.35% -
HSV(B) 136.27º 0.49% 0.47% -
XYZ 9.98 14.96 9.38 -
YUV 97.46 116.45 102 -
System Red Green Blue C M Y K H S L
Decimal 61 120 77 0.49 0 0.36 0.53 136.27 0.33 0.35
Hex 3D 78 4D 31 0 24 35 88 21 23
Octal 75 170 115 61 0 44 65 210 41 43
Binary 111101 1111000 1001101 110001 0 100100 110101 10001000 100001 100011

Color Harmonies of #3D784D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D784D

Black with #3D784D

Text Example


Text Example

White with #3D784D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(61,120,77); }

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

background-color css

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

 a { background-color: rgb(61,120,77); }

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

border-color css

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

 span { border-color: rgb(61,120,77); }

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