Html Css Color HEX #3D784E Amazon

📋 copy color: '#3D784E'

red 61 ◦ green 120 ◦ blue 78

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

Shades of Amazon #3D784E

Tints of Amazon #3D784E

RGB

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

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

 BLUE value IS 78 (30.86% from 255) = 30.12%

R = 23.55%
G = 46.33%
B = 30.12%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.35

 K value IS 0.53

RGB Variations

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

Color information

#3D784E (or 0x3D784E) is known color: Amazon. HEX triplet: 3D, 78 and 4E. RGB value is (61,120,78). Sum of RGB (Red+Green+Blue) = 61+120+78=259 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.55% from 259); Green value is 120 (47.27% from 255 or 46.33% from 259); Blue value is 78 (30.86% from 255 or 30.12% from 259); Max value from RGB is 120 - color contains mainly: green. Hex color #3D784E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D784E is #C287B1. Grayscale: #616161. Windows color (decimal): -12748722 or 5142589. OLE color: 5142589.

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

Color convert

RGB 61 120 78 -
CMYK 0.49 0 0.35 0.53
HSL 137.29º 0.33% 0.35% -
HSV(B) 137.29º 0.49% 0.47% -
XYZ 10.02 14.98 9.57 -
YUV 97.57 116.95 101.92 -
System Red Green Blue C M Y K H S L
Decimal 61 120 78 0.49 0 0.35 0.53 137.29 0.33 0.35
Hex 3D 78 4E 31 0 23 35 89 21 23
Octal 75 170 116 61 0 43 65 211 41 43
Binary 111101 1111000 1001110 110001 0 100011 110101 10001001 100001 100011

Color Harmonies of #3D784E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D784E

Black with #3D784E

Text Example


Text Example

White with #3D784E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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