Html Css Color HEX #3D785E Amazon

📋 copy color: '#3D785E'

red 61 ◦ green 120 ◦ blue 94

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

Shades of Amazon #3D785E

Tints of Amazon #3D785E

RGB

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

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

 BLUE value IS 94 (37.11% from 255) = 34.18%

R = 22.18%
G = 43.64%
B = 34.18%

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

#3D785E (or 0x3D785E) is known color: Amazon. HEX triplet: 3D, 78 and 5E. RGB value is (61,120,94). Sum of RGB (Red+Green+Blue) = 61+120+94=275 (36% of max value = 765). Red value is 61 (24.22% from 255 or 22.18% from 275); Green value is 120 (47.27% from 255 or 43.64% from 275); Blue value is 94 (37.11% from 255 or 34.18% from 275); Max value from RGB is 120 - color contains mainly: green. Hex color #3D785E is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #3D785E is #C287A1. Grayscale: #636363. Windows color (decimal): -12748706 or 6191165. OLE color: 6191165.

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

Color convert

RGB 61 120 94 -
CMYK 0.49 0 0.22 0.53
HSL 153.56º 0.33% 0.35% -
HSV(B) 153.56º 0.49% 0.47% -
XYZ 10.66 15.23 12.97 -
YUV 99.4 124.95 100.61 -
System Red Green Blue C M Y K H S L
Decimal 61 120 94 0.49 0 0.22 0.53 153.56 0.33 0.35
Hex 3D 78 5E 31 0 16 35 9A 21 23
Octal 75 170 136 61 0 26 65 232 41 43
Binary 111101 1111000 1011110 110001 0 10110 110101 10011010 100001 100011

Color Harmonies of #3D785E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #3D785E

Black with #3D785E

Text Example


Text Example

White with #3D785E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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