Html Css Color HEX #3D784F Amazon

📋 copy color: '#3D784F'

red 61 ◦ green 120 ◦ blue 79

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

Shades of Amazon #3D784F

Tints of Amazon #3D784F

RGB

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

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

 BLUE value IS 79 (31.25% from 255) = 30.38%

R = 23.46%
G = 46.15%
B = 30.38%

CMYK

 C value IS 0.49

 M value IS 0

 Y value IS 0.34

 K value IS 0.53

RGB Variations

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

Color information

#3D784F (or 0x3D784F) is known color: Amazon. HEX triplet: 3D, 78 and 4F. RGB value is (61,120,79). Sum of RGB (Red+Green+Blue) = 61+120+79=260 (34% of max value = 765). Red value is 61 (24.22% from 255 or 23.46% from 260); Green value is 120 (47.27% from 255 or 46.15% from 260); Blue value is 79 (31.25% from 255 or 30.38% from 260); Max value from RGB is 120 - color contains mainly: green. Hex color #3D784F is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D784F is #C287B0. Grayscale: #616161. Windows color (decimal): -12748721 or 5208125. OLE color: 5208125.

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

Color convert

RGB 61 120 79 -
CMYK 0.49 0 0.34 0.53
HSL 138.31º 0.33% 0.35% -
HSV(B) 138.31º 0.49% 0.47% -
XYZ 10.05 14.99 9.76 -
YUV 97.69 117.45 101.83 -
System Red Green Blue C M Y K H S L
Decimal 61 120 79 0.49 0 0.34 0.53 138.31 0.33 0.35
Hex 3D 78 4F 31 0 22 35 8A 21 23
Octal 75 170 117 61 0 42 65 212 41 43
Binary 111101 1111000 1001111 110001 0 100010 110101 10001010 100001 100011

Color Harmonies of #3D784F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D784F

Black with #3D784F

Text Example


Text Example

White with #3D784F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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